/node-sphero

A node.js client for controlling Sphero robotic ball.

Primary LanguageJavaScript

sphero Build Status

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