simple-counter
v0.0.3
Published
dead simple stats counter that flushes to disk
Downloads
7
Readme
simple-counter
dead simple stats counter that flushes to disk.
install
api
$ npm install simple-counter
bin
npm install -g simple-counter
usage
api
var sc = require('simple-counter');
// returns an http server.
var server = sc('/my/dir');
server.listen(port);
bin
$ simple-counter /my/dir 8080
pass port and dir in any order and defaults to 8888 and {module_dir}/data.
http api
GET /count/{key}
increments {key}
GET /count/{key}.gif
returns a one pixel transparent gif and increments {key}.
GET /report/{key}
returns {key} count
License
MIT