leftronic

0.1.1 • Public • Published

Node.js Leftronic Package documentation

Instantiate the Leftronic client as follows:

var Leftronic = require('leftronic').createClient('my_api_key');

Then use the various push... functions as follows:

Leftronic.pushNumber({streamName: 'numberStream', 
		      number: 35,
		      suffix: '%'},
		      function(err, result) {
		          if (err) console.log(err);
			  console.log(result);
			  });

More docs coming soon.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i leftronic

Weekly Downloads

1

Version

0.1.1

License

none

Last publish

Collaborators

  • domino14