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 = ; //retrieve results from JQL queryvar results1 = mixpanel; //retrieve results from hitting funnels endpoint of APIvar results2 = mixpanel;
License
Apache 2.0