Skip to content

roppa/koa-health-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Koa Custom Health Report Middleware

Installation:

const healthreport = require('koa-health-report');

The default path is /health:

app.use(healthreport());

With a custom path:

app.use(healthreport({ path: '/custompath' }));

With a custom report object (appended):

app.use(healthreport({ custom: {
  foo: 'bar',
  bin: () => 'baz',
} }));

About

Koa health report (customisable) middleware

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published