Skip to content

A node.js client for controlling Sphero robotic ball.

Notifications You must be signed in to change notification settings

pejrak/node-sphero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A node.js client for controlling Sphero robotic ball.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%