@dreamdata/analytics
v6.0.0
Published
The hassle-free way to integrate analytics into any Node.js application
Downloads
500
Maintainers
Readme
Installation
$ npm install dreamdata-analytics-node
Usage
const Analytics = require('dreamdata-analytics-node');
const client = new Analytics('write key');
client.track({
event: 'event name',
userId: 'user id'
});