plainflow

Plainflow SDK for your Node.js application

Usage no npm install needed!

<script type="module">
  import plainflow from 'https://cdn.skypack.dev/plainflow';
</script>

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.