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
- Host: GitHub
- URL: https://github.com/sukso96100/pimultitap
- Owner: sukso96100
- Created: 2015-06-19T15:17:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T06:18:49.000Z (over 8 years ago)
- Last Synced: 2025-01-18T02:44:00.860Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PiMultiTap
Node.js based relay module power control panel for Raspberry PiStart 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])