Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benbalter/go-huebot

Changes a Phillips Hue light's color and flashes based on GitHub's status
https://github.com/benbalter/go-huebot

Last synced: 14 days ago
JSON representation

Changes a Phillips Hue light's color and flashes based on GitHub's status

Awesome Lists containing this project

README

        

# Go-Huebot

A Go port of [Huebot](https://github.com/benbalter/huebot). Changes a Phillips Hue light's color and flashes based on GitHub's status

## What it does

* When GitHub's status changes to `minor` the light will turn to yellow and flash for 15 seconds.
* When GitHub's status changes to `major` the light will turn to red and flash for 15 seconds.
* When GitHub's status changes to `good` the light will turn white and stop blinking.

## Setup and configuration

:soon: