@gorillab/health

1.0.0 • Public • Published

health

Build Status Dependencies Status NPM Version NPM Downloads

The simplest health check middleware for express app

installation

yarn add @gorillab/health

# or

npm install @gorillab/health --save

usage

import Express from 'express';
import Health from '@gorillab/health';

const app = Express();

app.use(Health());

app.listen(9000);

The endpoint is exposed as http://localhost:9000/health. Done!!!

Readme

Keywords

none

Package Sidebar

Install

npm i @gorillab/health

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • khanghuynh92
  • phatpham9