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

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

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](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.