plainflow

3.1.1-p2 • Public • Published

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.

/plainflow/

    Package Sidebar

    Install

    npm i plainflow

    Weekly Downloads

    3

    Version

    3.1.1-p2

    License

    MIT

    Unpacked Size

    12.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • antoniopf