It can create a continuous or random tick to perform some light-weighted operations To test this library first install dependency ##Steps: 1.sudo npm install --no-bin-links 2.mocha test
it will create a ticker object
example:
tickerObj=new ticker('tickerOne');
console.log(tickerObj.name())//tickerOne
callback to handle after successful start of ticker. example:
tickerObj = new ticker('tickerOne');
tickerObj.start(function() {});