Show Travis latest build status using Magic Bulb

Pure360 organized a hackday last Friday and mpapousGit, jameshcooper, and myself implemented integration between Travis API and Magic Bulb (gift from AngularConnect).

The idea is very simple:

  • connect to the bulb via Web Bluetooth
  • connect to the Travis API using your github account
  • constantly check for status of selected build and update the bulb colour

Installation

  1. Run npm install.
  2. Rename config.js.template to config.js and update settings.
  3. Run npm start
  4. Have fun!

Special Thanks

Please note this is hack quality code, there is a lot of room for improvements:)