Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JS Além do Navegador

Daniel Filho
November 18, 2013

JS Além do Navegador

This are the slides for my presentations, showing how to use JavaScript on things. From eletronics to flying toys (quadcopters) :)

Daniel Filho

November 18, 2013
Tweet

More Decks by Daniel Filho

Other Decks in Technology

Transcript

  1. nodecopter var arDrone = require('ar-drone');! var client = arDrone.createClient();! !

    client.takeoff();! ! client! .after(5000, function() {! this.stop();! this.land();! });! nodecopter.com