0.0.2 • Published 8 years ago

n-of-one v0.0.2

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
8 years ago

n-of-one

an HTTP interface for tracking events in a simple way

quick start

let's say you want to make a timestamp every time you drink coffee

in one shell,

n-of-one --port=8993 --cors=true --out=coffees.csv

now, whenever you hit localhost:8993, a timestamp will be written to coffees.csv

curl http://locahost:8993
cat coffees.csv

Usage for the CLI

install

npm i n-of-one

license

BSD