plainflow
v3.1.1-p2
Published
Plainflow SDK for your Node.js application
Downloads
2
Maintainers
Readme
Plainflow-node
A Node.js client for Plainflow — The hassle-free way to integrate analytics into any application.
Installation
$ npm install plainflow
Usage
const Plainflow = require('plainflow');
const client = new Plainflow('secret key');
client.track({
event: 'event name',
userId: 'user id'
});
Documentation
Documentation is available at https://www.plainflow.com/docs/developers/data-tracking-libraries/node.