1.1.0 • Published 8 years ago

health-app v1.1.0

Weekly downloads
10
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

health-app

An express subapp for simple load balancer health checks. Returns 200 OK for GET /health.

Installation

$ npm install health-app

Example

var express = require('express');
var Health = require('health-app');

var subapp = new Health();

express()
  .use('/', subapp.app())
  .listen(8000);

API

Health()

Generate an express subapp that serves 200 OK for GET /health.

License

WWWWWW||WWWWWW
 W W W||W W W
      ||
    ( OO )__________
     /  |           \
    /o o|    MIT     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|
1.1.0

8 years ago

1.0.1

8 years ago

0.0.1

11 years ago