https://github.com/ceejbot/chuey
a client library for the Philips Hue API
https://github.com/ceejbot/chuey
Last synced: about 2 months ago
JSON representation
a client library for the Philips Hue API
- Host: GitHub
- URL: https://github.com/ceejbot/chuey
- Owner: ceejbot
- License: mit
- Created: 2013-12-07T21:27:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T18:08:27.000Z (about 9 years ago)
- Last Synced: 2026-03-29T17:11:49.693Z (3 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chuey
A client library for the Philips Hue API.
My goal is to write a promise-and-callback up-to-date client that is API-compatible with [hue.js](https://github.com/thatguydan/hue.js). One exception: I return promises from async methods, not `this` for chaining.
[](https://nodei.co/npm/chuey/)
[](http://travis-ci.org/ceejbot/chuey)
[](https://david-dm.org/ceejbot/chuey)
[](https://coveralls.io/r/ceejbot/chuey)
## Example
TBD
## API
TBD
## TODO
- Unit tests + integration tests.
- Get rid of the dependency on `async`.
- Make a PR to [hue-cli](https://github.com/bahamas10/hue-cli) switching over to this module.
- Documentation.
## Credits
This library started life as [hue.js](https://github.com/thatguydan/hue.js) by [Daniel Friedman](https://github.com/thatguydan).
## LICENSE
MIT.