https://github.com/larsbergqvist/philips_hue_react_app
This is a simple ReactJS web application that shows how the Philips Hue API can be used for controlling Philips Hue lights
https://github.com/larsbergqvist/philips_hue_react_app
es6-javascript material-ui philips-hue react reactjs
Last synced: 3 months ago
JSON representation
This is a simple ReactJS web application that shows how the Philips Hue API can be used for controlling Philips Hue lights
- Host: GitHub
- URL: https://github.com/larsbergqvist/philips_hue_react_app
- Owner: LarsBergqvist
- Created: 2017-11-22T17:13:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T19:32:28.000Z (over 2 years ago)
- Last Synced: 2024-05-28T22:14:01.310Z (about 1 year ago)
- Topics: es6-javascript, material-ui, philips-hue, react, reactjs
- Language: JavaScript
- Homepage: https://larsbergqvist.wordpress.com/2017/11/25/a-react-app-for-philips-hue-lights/
- Size: 2.87 MB
- Stars: 10
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# philips_hue_react_app

This is a simple ReactJS web application that shows how the Philips Hue API can be used for controlling Philips Hue lights.
Usage:
Get the IP-address of your Philips Hue bridge and fetch a new username token (see https://developers.meethue.com/documentation/getting-started).
Modify src/config.json with the IP address and the username:
It should look somethins like (with example IP and a scrambled user name):```yaml
{
"apiUrl": "http://192.168.1.17",
"username": "KEtjVEVUf5LupVexQYPry8xXRddda"
}
```Then run install and start:
```
yarn install
yarn start
```