1.1.0 • Published 5 years ago

blip-client v1.1.0

Weekly downloads
48
License
MIT
Repository
github
Last release
5 years ago

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'
});