Skip to content

dennis-johnson-dev/timer_queue

Repository files navigation

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

About

Simplify consecutively timed tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published