https://github.com/kvz/huemidoro
Turns all your Philips HUE lamps red when it's time for a break :)
https://github.com/kvz/huemidoro
Last synced: 3 months ago
JSON representation
Turns all your Philips HUE lamps red when it's time for a break :)
- Host: GitHub
- URL: https://github.com/kvz/huemidoro
- Owner: kvz
- License: mit
- Created: 2014-11-30T15:37:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T02:38:50.000Z (over 5 years ago)
- Last Synced: 2025-04-04T04:32:32.628Z (3 months ago)
- Language: CoffeeScript
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://travis-ci.org/kvz/huemidoro "Check this project's build status on TravisCI")
[](https://npmjs.org/package/huemidoro "View this project on NPM")
[](https://david-dm.org/kvz/huemidoro)
[](https://david-dm.org/kvz/huemidoro#info=devDependencies)# huemidoro
Turns all your Philips HUE lamps red when it's time for a break :)
## Install
```bash
npm install -g huemidoro
```## Use
```coffeescript
```## Todo
- [ ] Init
### Compile
This project is written in [CoffeeScript](http://coffeescript.org/), 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`!
## Contribute
I'd be happy to accept pull requests. If you plan on working on something big, please first give a shout!
### Test
Run tests via `make test`.
To single out a test use `make test GREP=30x`
### Release
Releasing a new version to npmjs.org can be done via `make release-patch` (or minor / major, depending on the [semantic versioning](http://semver.org/) 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## Authors
* [Kevin van Zonneveld](https://twitter.com/kvz)
## License
[MIT Licensed](LICENSE).
## Sponsor Development
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.[](https://www.gittip.com/kvz/ "Sponsor the development of huemidoro via Gittip")
[](https://flattr.com/submit/auto?user_id=kvz&url=https://github.com/kvz/huemidoro&title=huemidoro&language=&tags=github&category=software "Sponsor the development of huemidoro via Flattr")
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kevin%40vanzonneveld%2enet&lc=NL&item_name=Open%20source%20donation%20to%20Kevin%20van%20Zonneveld¤cy_code=USD&bn=PP-DonationsBF%3abtn_donate_SM%2egif%3aNonHosted "Sponsor the development of huemidoro via Paypal")
[](https://coinbase.com/checkouts/19BtCjLCboRgTAXiaEvnvkdoRyjd843Dg2 "Sponsor the development of huemidoro via BitCoin")