blip-client
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i blip-client

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

158 kB

Total Files

15

Last publish

Collaborators

  • groupby-ops
  • groupby-ci