@coozzy/nylas-limiter
v1.0.0
Published
This package can be used to easily limit the number of Nylas API requests your application makes in a given time period.
Downloads
95
Keywords
Readme
coozzy-nylas-limiter
This package can be used to easily limit the number of Nylas API requests your application makes in a given time period.
It uses redis and an atomic lua script to orchestrate multiple instances and/or microservices and enforce rate limits across them all.
How to publish
- Update the version in
package.jsonaccording to semver. - Run
npm run buildto create the distributable files in thedistfolder. - Check-in any changes to
distfolder to git. - Run
npm publishto publish the package to npm.
