Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

gregberge/node-sphero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sphero Build Status

This plugin is no longer actively maintained, you can still use it but issues will not be resolved.

Control Sphero robotic ball from node.js.

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