mixpanel-node-export
mixpanel-node-export copied to clipboard
Node module to query the mixpanel API
Results
1
mixpanel-node-export issues
Sort by
recently updated
recently updated
newest added
trafficstars
Previous way of calculating the expire parameter was incorrect. No need for the MixpanelAPI.prototype._get_utc() method, we can get a UTC timestamp natively via Date.prototype.getTime(). Additionally the _get_utc() was incorrectly implemented...