sphero Control Sphero robotic ball from node.js. Install npm install sphero How to use var sphero = require('sphero'); var client = sphero.createClient(); client.connect(function () { client.color('red'); }); License MIT