Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 568 Bytes

File metadata and controls

29 lines (17 loc) · 568 Bytes

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.