This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

graf-node

1.0.0 • Public • Published

Graƒ-node

Build Status

Node.js Graƒ Client Library

Installing

Install it through NPM:

$ npm install graf-node --save

require and initialize it.

const Graf = require('graf-node');
 
const grafClient = new Graf({ server: 'localhost', app: 'my_node_program' });
grafClient.write('my_event', { extra_data: true });

Readme

Keywords

Package Sidebar

Install

npm i graf-node

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • victorgama