n-of-one
v0.0.2
Published
an HTTP interface for tracking events in a simple way
Downloads
3
Readme
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
install
npm i n-of-one
license
BSD