Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikstrous/blinkythingy
Fetch data from various sources and drive various lighting outputs
https://github.com/vikstrous/blinkythingy
Last synced: 19 days ago
JSON representation
Fetch data from various sources and drive various lighting outputs
- Host: GitHub
- URL: https://github.com/vikstrous/blinkythingy
- Owner: vikstrous
- Created: 2016-05-07T19:00:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T21:06:05.000Z (about 8 years ago)
- Last Synced: 2024-12-23T17:14:11.232Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blinkythingy
The Swiss Army knife of IoT lighting
## example config
Server:
```yaml
fetchers:
- type: color
color: red
number: 1
- type: color
color: green
number: 1
displays:
- type: http
addr: :2000
```Client:
```yaml
fetchers:
- type: http
url: http://localhost:2000
displays:
- type: debug
```A Jenkins job and Github PRs displayed on a blinky tape, separated by 3 empty spaces:
```yaml
fetchers:
- type: jenkins
host: 'example.com'
username: 'aaaaaaaaaaaaa'
password: 'xxxxxxxxxx'
job: 'myjob'
- type: color
number: 3
- type: github
project: docker/docker
username: 'aaaaaaaaaa'
password: 'xxxxxxxxxxxx'
query: 'label:status/2-code-review'
displays:
- type: blinky
path: /dev/ttyACM0
```