#Prerequisites node.js v4 is recommended
#Project Setup To install the project dependencies run the following
npm install
#Get Started Dig in and modify the index.js file
Be sure to set your device UUID and secret
When you are ready to run the app
node index.js
To try out the GPIO button example you can run
node examples/buttons/index.js
This example is based on the GPIO pin layout of a Raspberry Pi, using a 1x4 membrane button array.