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);
...

/express-api-healthcheck/

    Package Sidebar

    Install

    npm i express-api-healthcheck

    Weekly Downloads

    15

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • pablolagioia