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

https://github.com/sukso96100/pimultitap

Node.js based relay module power control panel for Raspberry Pi
https://github.com/sukso96100/pimultitap

Last synced: 3 months ago
JSON representation

Node.js based relay module power control panel for Raspberry Pi

Awesome Lists containing this project

README

        

# PiMultiTap
Node.js based relay module power control panel for Raspberry Pi

Start without debug
```bash
npm start
```
for debug, run the following command.
```bash
DEBUG=rpi-relay-control:* npm start
```

### Requirements
- 8 Channel Relay Module for your RPi
- SQLite3
- Node.js and Node.js Modules
- forever
- express
- sqlite3
- onoff
- body-parser
- cookie-parser
- debug
- ejs
- morgan
- serve-favicon

###License
MIT

###Author
Youngbin Han([email protected])