mixpanel-event-stream

1.0.0 • Public • Published
$ npm i --save mixpanel-event-stream
const mixpanel = require('mixpanel-event-stream');

mixpanel()
  .apiSecret('api secret')
  .fromDate('2017-01-01 12:00')
  .toDate('2017-01-01 18:00')
  .event(['event name'])
  .createStream()
  .on('data', data => console.log(data));

Readme

Keywords

none

Package Sidebar

Install

npm i mixpanel-event-stream

Weekly Downloads

18

Version

1.0.0

License

MIT

Last publish

Collaborators

  • poying