Skip to content

debdutto/github-mood-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Mood Light

Mood Light and Music triggered by github events

Check it out at https://github-mood-light.herokuapp.com

Dependencies

  • node
  • npm
  • redis

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 Redis and Server

$ redis-server

In a separate window:

$ node server

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

Todo

  • Add Mood Light
  • Dockerize
  • Deploy
  • Clean up / Modularize code

This is extended from Github Audio Project
Check it out at https://github.audio/