buffered-stathat
v1.0.4
Published
A buffering utility for stathat
Downloads
2
Readme
buffered-stathat
A buffering utility for stathat
npm install buffered-stathat
var bufferedStarthat = require('buffered-stathat');
var account = "[email protected]";
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);