0.0.2 • Published 7 years ago

batch-download v0.0.2

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

batch-download

Batch Download

A small library to schedule batch file download with patterns

Installation

npm install batch-download

Usage Example

var bd = require('batch-download');

var options = {
  
    address: 'www.example.com/*.jpg',
    fileName: '*.jpg', 
    from: 1,
    to: 5,
    directory: './data',
    retry: 3,
}

bd(options, function(){})

Tests

npm test

0.0.2

7 years ago

0.0.1

7 years ago