Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

mongodb-js/mixpanel-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published