Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 674 Bytes

github-status-hue

A fun app to blink some lights depending on GitHub Status

Usage

You'll need to grab credentials for you Hue Bridge, and set them as environment variables. This ships with Foreman by default, so you can drop variables in .env for testing.

HUE_BRIDGE_ID
HUE_ACCESS_TOKEN
RSS_POLL_TIME
  • Start it up!
    • foreman start for dev
    • heroku makes a good deployment option