This is a web application you run locally to manipulate your Philips Hue lights.
If you just want a JavaScript library for converting hex and RGB color codes to the Philips Hue CIE 1931 color space, or vice versa, look at converter.js. See also its Python implementation or another JavaScript implementation.
npm install
npm start
localhost:3000 should open in your browser.
npm install
node app.js -b YOUR_HUE_BRIDGE_IP -u YOUR_HUE_USER
- proto.io for the snazzy on/off toggle switches.
- node-hue-api for the API to interact with Philips Hue lights.
- hue-python-rgb-converter for the basis for the color converting JavaScript to go between the Hue color space and hex.