0.6.0 • Published 10 years ago

zetta-mock-led v0.6.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

#Mock LED Device

This is a mock LED device for use in the Zetta platform.

##Installation

npm install zetta-mock-led

##Usage

To use simply call the use() function in your code to use this device.

var zetta = require('zetta');
var LED = require('zetta-mock-led');

zetta()
  .use(LED)
  .listen(1337);
0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago