express-api-healthcheck

1.0.1 • Public • Published

Description

Express middleware used to check the status of a nodejs api

Response is returned as HAL+JSON with information about current process

Example

var express = require("express");
var app = express();
var healthcheck = require("express-api-healthcheck");

...
app.get("/healthcheck", healthcheck);
...

Readme

Keywords

none

Package Sidebar

Install

npm i express-api-healthcheck

Weekly Downloads

3

Version

1.0.1

License

ISC

Last publish

Collaborators

  • pablolagioia