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

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/

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`