https://github.com/debdutto/github-mood-light
Mood Light and Music triggered by GitHub events
https://github.com/debdutto/github-mood-light
events github-api mood-light
Last synced: 2 months ago
JSON representation
Mood Light and Music triggered by GitHub events
- Host: GitHub
- URL: https://github.com/debdutto/github-mood-light
- Owner: debdutto
- License: gpl-3.0
- Created: 2017-12-26T20:30:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T15:44:58.000Z (over 3 years ago)
- Last Synced: 2026-01-01T07:21:52.452Z (6 months ago)
- Topics: events, github-api, mood-light
- Language: JavaScript
- Homepage: https://github-mood-light.herokuapp.com/
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub Mood Light
============
Mood Light and Music triggered by github events
Check it out at [https://github-mood-light.herokuapp.com](https://github-mood-light.herokuapp.com)
Dependencies
---------------------
* node
* npm
* redis
Environment variables
---------------------
```
$ export 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.
Run Redis and Server
----------
```bash
$ redis-server
```
In a separate window:
```bash
$ node server
```
Note: For production run `export NODE_ENV="production"` before starting the server.
#### Todo
- [x] Add Mood Light
- [ ] Dockerize
- [x] Deploy
- [ ] Clean up / Modularize code
---------------------
This is extended from [Github Audio Project](https://github.com/debugger22/github-audio)
Check it out at [https://github.audio/](https://github.audio/)