https://github.com/rcasto/wireless-outlet
Rasperrry Pi powered wireless outlet. Inspired by http://nordness.net/projects/building-a-wifi-outlet/
https://github.com/rcasto/wireless-outlet
raspberry-pi wireless-communication
Last synced: about 2 months ago
JSON representation
Rasperrry Pi powered wireless outlet. Inspired by http://nordness.net/projects/building-a-wifi-outlet/
- Host: GitHub
- URL: https://github.com/rcasto/wireless-outlet
- Owner: rcasto
- Created: 2017-03-04T23:17:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T17:43:37.000Z (about 9 years ago)
- Last Synced: 2025-03-13T08:45:06.609Z (over 1 year ago)
- Topics: raspberry-pi, wireless-communication
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wireless Outlet
Rasperrry Pi powered wireless outlet. Inspired by http://nordness.net/projects/building-a-wifi-outlet/
## Getting Started
Make sure you have [Node.js](https://nodejs.org/) and [Git](https://git-scm.com/) installed first
Clone this project somewhere on your computer: `git clone https://github.com/rcasto/wireless-outlet/`
Navigate to the directory you cloned the project to via command prompt or terminal
Execute the following command: `npm install`
That will install all of the project dependencies
To then run the project execute the command: `npm start`