0.0.1 • Published 7 years ago

pino-rest v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

pino-rest

Live log service with pinojs

install

npm i -g pino-rest

npm.io

usage

/info
curl --data "text=hello world" http://localhost:3000/info
/warn
curl --data "text=hello world" http://localhost:3000/warn
/error
curl --data "text=hello world" http://localhost:3000/error