firejose-client

1.0.3 • Public • Published

#Firejose Client A firejose client for node.

##usage

var fc = require('firejose-client');
fc.setPort(7000);
fc.setHost('localhost');
fc.send(Date.now(), 'load', 60);

If you want to use a callback for whatever reason:

fc.send(Date.now(), 'load', 60, function () {
		
	//Magic here.

});

/firejose-client/

    Package Sidebar

    Install

    npm i firejose-client

    Weekly Downloads

    8

    Version

    1.0.3

    License

    none

    Last publish

    Collaborators

    • briandehesu