https://github.com/jastbytes/nodergbpi
Simple nodeJS rest API for controlling a RGB led stripe via pi-blaster.js
https://github.com/jastbytes/nodergbpi
api nodejs raspberry-pi rgb-led
Last synced: 2 months ago
JSON representation
Simple nodeJS rest API for controlling a RGB led stripe via pi-blaster.js
- Host: GitHub
- URL: https://github.com/jastbytes/nodergbpi
- Owner: jastBytes
- License: mit
- Created: 2018-03-28T07:43:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T08:21:00.000Z (over 7 years ago)
- Last Synced: 2025-04-12T23:52:22.222Z (about 1 year ago)
- Topics: api, nodejs, raspberry-pi, rgb-led
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://opensource.org/licenses/MIT)
# nodeRgbPi
A simple nodeJS rest API for controlling a RGB led stripe via pi-blaster.js .
## Acknowledgements
* pi-blaster - Thanks to the excellent work of Tomas Sarlandie pi-blaster: https://github.com/sarfata/pi-blaster and the modifications/updates made by Michael Vitousek: https://github.com/mvitousek/pi-blaster.
* Additionally the project uses the NodeJS library for the pi-blaster daemon https://github.com/sarfata/pi-blaster.js.