This repo contains a library that allows http requests to be made to an array of urls concurrently. It also allows a concurrent limit to be passed that can limit the amount of concurrent request been made.
- open command prompt or a cli in the root directory
- run npm install
To run the unit tests in the repo:
- open command prompt or a cli in the root directory
- run npm test