Skip to content

Listen to music generated by events happening across GitHub ๐ŸŽท๐ŸŽธ

License

Notifications You must be signed in to change notification settings

okdtsk/github-audio

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

52 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

GitHub Audio

Listen to music generated by events happening across GitHub

Media

Installation on OSX

$ brew install nodejs
$ brew install npm
$ brew install redis

Installation on Linux

$ sudo apt-get updade
$ sudo apt-get install nodejs
$ sudo apt-get install npm
$ sudo apt-get install redis-server

Install node packages

Navigate to the project directory and run

$ npm install

Environment variables

$ 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.

Run server

$ node server

Note: For production run export NODE_ENV="production" before starting the server.

About

Listen to music generated by events happening across GitHub ๐ŸŽท๐ŸŽธ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • HTML 20.6%
  • CSS 12.8%