1.0.1 • Published 8 years ago

node-amplitude v1.0.1

Weekly downloads
8
License
-
Repository
github
Last release
8 years ago

node-amplitude Circle CI

NODE SDK for Amplitude APIs

Usage

'use strict';

var Amplitude = require('node-amplitude');

var amplitude = new Amplitude({
  key: AMPLITUDE_API_KEY,
  secret: AMPLITUDE_API_SECRET
});

var params = {
  start: '2012-05-01T02',
  end: '2012-05-02T03'
};

amplitude.export.export(params, function(err, res) {
  // handle err and response
  ...
});
1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago