An open API service indexing awesome lists of open source software.

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

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.

[![NPM](https://nodei.co/npm/chuey.png)](https://nodei.co/npm/chuey/)

[![Build Status](https://secure.travis-ci.org/ceejbot/chuey.png)](http://travis-ci.org/ceejbot/chuey)
[![Dependencies](https://david-dm.org/ceejbot/chuey.png)](https://david-dm.org/ceejbot/chuey)
[![Coverage Status](https://coveralls.io/repos/ceejbot/chuey/badge.png)](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.