0.0.1 • Published 7 years ago

hapijs-mongoose-rate-limit v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

#hapijs-mongoose-rate-limit

This package is a Hapi.js plugin based on MongoDB that give a global rate limit control on your app/API. You can also set up some specific rate limits on each route config.

Getting started

Go in your project root directory and install with npm or yarn:

npm install hapijs-mongoose-rate-limit --save
yarn add  hapijs-mongoose-rate-limit