Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benbalter/go-huebot
- Owner: benbalter
- Created: 2019-08-19T16:43:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T16:43:43.000Z (about 5 years ago)
- Last Synced: 2024-10-09T12:20:30.845Z (25 days ago)
- Language: Go
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: