Listen to music generated by events happening across GitHub
Imitation is the sincerest form of flattery. - Oscar Wilde
But seriously, listen-to-wikipedia by @slaporte and @mahmoud is the hotness.
Use ULTIMATE_DREAM_KILLER to filter all events except closed PRs.
This application requires:
- node
- npm
- redis
$ brew install nodejs
$ brew install npm
$ brew install redis$ sudo apt-get update
$ sudo apt-get install nodejs
$ sudo apt-get install npm
$ sudo apt-get install redis-serverNavigate to the project directory and run
$ npm install$ 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.
If you are running locally then run local redis server
$ redis-serverOn heroku, you can set up Heroku Redis add-on and it sets REDIS_URL enviornment variable.
In a separate window:
$ node serverNote: For production run export NODE_ENV="production" before starting the server.