0.1.0 • Published 5 years ago

node-server-core-health v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

node-server-core-health

TODO: a health check route for express

Usage

const app =  require('express');
const nodeServerCoreHealth = require('node-server-core-health');

nodeServerCoreHealth(app);