Skip to content

plainflow-dcp/plainflow-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • JavaScript 100.0%