large-download

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    5
  • 0.1.0
    0

Package Sidebar

Install

npm i large-download

Weekly Downloads

5

Version

1.0.0

License

MIT

Last publish

Collaborators

  • flack