https://github.com/d3dc/node-lights-api
https://github.com/d3dc/node-lights-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d3dc/node-lights-api
- Owner: d3dc
- Created: 2015-06-29T18:19:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T08:31:08.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T03:29:18.637Z (5 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-lights-api
A REST api for sending commands to networked appliances
Uses Express and Mongoose
Currently only supports x10 through the Mochad TCP Daemon
### Running
1. `npm install`
2. `npm start`### Updating styles
1. `npm install -g gulp`
2. `gulp`