https://github.com/rileyjshaw/huertbeat
💗 Pulse available Philips hue lights to whatever music is playing.
https://github.com/rileyjshaw/huertbeat
Last synced: 3 months ago
JSON representation
💗 Pulse available Philips hue lights to whatever music is playing.
- Host: GitHub
- URL: https://github.com/rileyjshaw/huertbeat
- Owner: rileyjshaw
- License: mit
- Created: 2018-01-10T23:52:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T07:30:28.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T01:48:26.449Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
huertbeat
=====**_Hue heartbeat._**
Pulse available Philips hue lights to whatever music is playing.
## Install
```bash
git clone https://github.com/rileyjshaw/huertbeat.git
cd huertbeat
npm i
touch .credentials.json
```Create a blank Spotify app at https://beta.developer.spotify.com/dashboard/login,
and set the Redirect URL to `http://localhost:1312/callback`. Then, add keys to
`.credentials.json` in the following shape:```
{
"hue": {
"host": ,
"username":
},
"spotify": {
"clientId": ,
"clientSecret": ,
"redirectUri": "http://localhost:1312/callback"
}
}
```## Use
Play a song on Spotify, turn on your Hue lights, then:
```bash
make start -s
```---
Licensed under [MIT](https://github.com/rileyjshaw/sweep/blob/master/LICENSE).
Created by [rileyjshaw](http://rileyjshaw.com/).