1.0.1 • Published 4 years ago

@speedup/health-service v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

NodeJS module (TypeScript)

Try to describe your module briefly here. This is the first part that takes the user's attention.

NPM version NPM downloads

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