blip-client
v1.1.0
Published
Send your blips. Send them.
Downloads
8
Readme
node-blip-client
Send your blips. Send them.
Install
npm install --save blip-client
Use
const BlipClient = require('blip-client');
const blipClient = BlipClient.createClient('server.something.com', 8080, 'sourceService', 'PROD');
blipClient.write({
someDataPoint: 'this is it',
also: 'another thing'
});