UNPKG

rover

Version:

A node.js client for controlling BrookStone Rover 2.0s

7 lines (6 loc) 124 B
var Client = require('./lib/Client'); module.exports = { createClient: function(opt) { return new Client(opt); } };