n-of-one

0.0.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i n-of-one

Weekly Downloads

0

Version

0.0.2

License

BSD-3-Clause

Last publish

Collaborators

  • elsehow