slash-health
v1.0.3
Published
a standalone http health-check server
Downloads
1
Maintainers
Readme
slash-health
a standalone http health-check server
status: deprecated
use health-server or health-route
gives you an http server that returns 200 OK
, and a json payload at /health
ideal for projects that don't already run a web server but needs a health check for CI, uptime checks
install
npm install slash-health
test
npm test