0.3.0 • Published 6 years ago

micro-stats v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

NPM Version node Build Status js-standard-style

micro-stats

📊 Tiny statsd helper

Installation

Install from NPM:

$ npm install micro-stats --save

Examples

const track = require('micro-stats')

module.exports = track(function (req, res) {
  req.end(200)
})

module.exports = track(options, function (req, res) {
  req.end(200)
})

Options

0.3.0

6 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago