0.1.5 • Published 9 years ago

api-health-check v0.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

api-health-check

this module inspiration by (express-healthcheck)https://github.com/lennym/express-healthcheck

Installation

npm install api-health-check

Usage

app.use('/healthcheck', require('api-health-check')());

This will respond with a JSON payload of { "uptime": [uptime in seconds] } and a 200 status code.

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago