1.0.4 • Published 8 years ago

buffered-stathat v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

buffered-stathat

A buffering utility for stathat

npm install buffered-stathat
var bufferedStarthat = require('buffered-stathat');

var account = "test@example.com";
stathat = bufferedStathat(account, {
  prefix: "example",
  interval: 60 * 1000
});

stathat.count('count', 1);
stathat.count('count', 1);
stathat.count('count', 1);

stathat.value('value', 100);
stathat.value('value', 100);
stathat.value('value', 100);
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago