https://github.com/range-of-motion/litt
Web-based application for controlling Philips Hue lights powered by React
https://github.com/range-of-motion/litt
express hue lights nodejs philips-hue react
Last synced: 2 months ago
JSON representation
Web-based application for controlling Philips Hue lights powered by React
- Host: GitHub
- URL: https://github.com/range-of-motion/litt
- Owner: range-of-motion
- Created: 2017-11-02T20:21:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T18:59:10.000Z (over 7 years ago)
- Last Synced: 2025-01-05T06:41:48.060Z (4 months ago)
- Topics: express, hue, lights, nodejs, philips-hue, react
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Louis Litt
Web-based application for controlling Philips Hue lights powered by React.

## Requirements
- Node.js
## Setup
1. Clone this repository (and ```cd litt``` into it)
2. Install the required dependencies (```yarn install``` or ```npm install```)
3. Configure your Hue bridge's address and API key (```cp source/config.example.js source/config.js``` and edit it)
4. Build the app (```yarn run webpack``` or ```npm run webpack```)
5. Serve (```yarn run serve``` or ```npm run serve```)