Mood Light and Music triggered by github events
Check it out at https://github-mood-light.herokuapp.com
- node
- npm
- redis
$ export GITHUB_OAUTH_KEY=<your_github_oauth_key>
Note: Without the GitHub oauth key the number of requests is throttled at 60 per hour. It can be increased to 5000 per hour by using an oauth key.
$ redis-server
In a separate window:
$ node server
Note: For production run export NODE_ENV="production"
before starting the server.
- Add Mood Light
- Dockerize
- Deploy
- Clean up / Modularize code
This is extended from Github Audio Project
Check it out at https://github.audio/