0.1.0 • Published 6 years ago

gcp-api-rate-limiter v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

gcp-api-queue

Google Cloud Platform API queue

No dependencies rate limiter for the Google Cloud Platform

Installation

npm install gsp-api-rate-limiter

Usage

let rateLimiter = gcpApiRateLimiter({
     tasksPerMillisecond: 1000
});

Tests

None yet

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.