3.1.0 • Published 8 years ago

brule v3.1.0

Weekly downloads
2
License
MPL-2.0
Repository
github
Last release
8 years ago

Dr. Brule

Dr. Brule responds if your hapi server is up.

Build Status

npm i brule

Usage

Register with a hapi server then request /check-it-out or the configured path to check that the server is responsive.

const server = Hapi.server();

await server.register(Brule);

Options

path - the pathname to configure the route to use. Defaults to '/check-it-out' auth - value passed to route configuration. Defaults to undefined.

3.1.0

8 years ago

3.0.1

8 years ago

2.0.0

9 years ago

1.0.0

9 years ago