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

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.

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/).