Turns all your Philips HUE lamps red when it's time for a break :)
npm install -g huemidoro
- Init
This project is written in CoffeeScript, and the JavaScript it generates is written to ./lib
. This is only used so that people can use this node module without a CoffeeScript dependency. If you want to work on the source, please do so in ./src
and type: make build
or make test
(also builds first). Please don't edit generated JavaScript in ./lib
!
I'd be happy to accept pull requests. If you plan on working on something big, please first give a shout!
Run tests via make test
.
To single out a test use make test GREP=30x
Releasing a new version to npmjs.org can be done via make release-patch
(or minor / major, depending on the semantic versioning impact of your changes). This:
- updates the
package.json
- saves a release commit with the updated version in Git
- pushes to GitHub
- publishes to npmjs.org
Like this project? Consider a donation. You'd be surprised how rewarding it is for me see someone spend actual money on these efforts, even if just $1.