Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 430 Bytes

gcp-api-queue

Google Cloud Platform API queue

No dependencies queue for the Google Cloud Platform

Installation

npm install gsp-api-queue

Usage

let queue = gcpApiqueue({
    maxActive: 5
});

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.