Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

mixpanel-jql

Mixpanel JQL Client

constClient=require('mixpanel-jql');constclient=newClient('mixpanel secret here');// query data from mixpanelclient.query().codes('function main() {...}')// or .file('./filepath').params({//...}).send().then(result=>console.log(result)).catch(err=>console.log(err));// generate scriptclient.query().codes('function main() {...}')// or .file('./filepath').params({//...}).generateScript().then(script=>console.log(script));

About

No description or website provided.

Topics

Resources

Stars

3 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages