Skip to content

Flackus/large-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

large-download

Usage

const LargeDownload = require('large-download');

const download = new LargeDownload({
    link: 'http://example.com',
    destination: './some/path/to/local/file',
    timeout: 300000,
    retries: 3
});

const loadPromise = download.load();

See jsdoc for further information.

About

got.stream wrapper for downloading large files

Resources

Stars

Watchers

Forks

Packages

No packages published