harisvsulaiman / simple-counter

dead simple stats counter that flushes to disk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-counter

dead simple stats counter that flushes to disk.

p

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

About

dead simple stats counter that flushes to disk


Languages

Language:JavaScript 100.0%