/timer_queue

Simplify consecutively timed tasks

Primary LanguageJavaScript

Timer Queue

Simplify working with consecutive timed tasks by adding them to a queue of timers.

Installation

$ npm install

Development

You will need to have MongoDB running.

$ mongod
$ npm start 
$ grunt watch

You can also use the webpack-dev-server by running

$ webpack-dev-server --content-base public/ --hot --port 3001

or simply

$ npm run-script dev-server

Build

$ grunt

Visit http://localhost:3000