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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    2

Package Sidebar

Install

npm i buffered-stathat

Weekly Downloads

2

Version

1.0.4

License

MIT

Last publish

Collaborators

  • makinoy