3.1.1-p2 • Published 6 years ago

plainflow v3.1.1-p2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.