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.

Readme

Keywords

none

Package Sidebar

Install

npm i leftronic

Weekly Downloads

4

Version

0.1.1

License

none

Last publish

Collaborators

  • domino14