0.1.5 • Published 8 years ago

api-health-check v0.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago