buffered-stathat

1.0.4 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i buffered-stathat

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • makinoy