mixpanel-api-wrapper

0.1.0 • Public • Published

mixpanel-api-wrapper travis npm

wrapper around the mixpanel data export API to create an easy interface for retrieiving the results of JQL queries and funnel data in Mixpanel

Install

npm install mixpanel-api-wrapper

Example

var mixpanel = require('mixpanel-api-wrapper');
 
//retrieve results from JQL query
var results1 = mixpanel.mixpanelJQL(<apiSecret>, <jqlQuery>);
 
//retrieve results from hitting funnels endpoint of API
var results2 = mixpanel.mixpanelFunnel(<apiSecret>, <funnelID>);

License

Apache 2.0

Readme

Keywords

none

Package Sidebar

Install

npm i mixpanel-api-wrapper

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • brahmgardner