1.2.1 • Published 7 years ago

array-scraper v1.2.1

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

array-scraper

array-scraper is a module that let us download array of urls in sequential manner and returns success bodies and errors.

Example Usage

let arrayScrapper = require('array-scraper');
let options = {
    timeout: 50, //timeout between http calls 
    logtotal: false
}

arrayScrapper(urls, function (successBodies, errors) {

} , ? options);
1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago