@speedup/health-service
v1.0.1
Published
Health service for your NodeJS applications
Maintainers
Readme
NodeJS module (TypeScript)
Try to describe your module briefly here. This is the first part that takes the user's attention.
Installation
# NPM
npm i your-module-name --save
# Yarn
yarn install your-module-name
Usage
const MyModule = require('your-module-name');
const instance = new MyModule({
/**
* Your configuration
*/
});
And you're good to go!
License
MIT
