On Github brunolimawd / talk-nodebots-roll-out
@voodootikigod
johnny-five
brew install node
apt-get install nodejs
npm install johnny-five
							var five = require('johnny-five');
var board = new five.Board();
board.on('ready', function() {
  var led = new five.Led(13);
  led.blink(500);
});
					
					hello-led.js
node hello-led.js
@willmendesneto
brunolima.io/talk-nodebots-roll-out bruno.lima@cesar.org.br @brunolimawd fb.com/brunolimawd #nodebots