7 lines
99 B
JavaScript

const pmx = require('pmx');
setInterval(function() {
pmx.notify({ success : false });
}, 200);