Skip to content

2thetop/nodesnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

WiringPi

  • If you have not wiringpi, like raspbian-jessie-lite.
#!bash
$ sudo apt-get install git-core
$ git clone git://git.drogon.net/wiringPi
$ cd wiringPi
$ ./build

Install nodesnap

#!bash

$ curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
$ sudo apt-get install -y build-essential
$ sudo apt-get install -y nodejs

Clone Source

#!bash
$ git clone https://github.com/rasplay/nodesnap.git
$ cd nodesnap

Setup nodesnap

#!bash
$ npm install

Run nodesnap Server

#!bash
$ ./run

Connect on your browser

http://raspberrypi.local:3000/snap

About

Snap! on RaspberryPi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages