download-http

0.0.4 • Public • Published

download-http

Build Status

Download HTTP(S) resources easily.

Example

var downloadHTTP = require('download-http');

var url = 'http://downloads.sourceforge.net/sevenzip/7z920-x64.msi';
downloadHTTP(url, 'storage/bla.msi', function (error) {
    if (error) {
        throw error;
    }
    console.log('Success');
});

Supports:

  • 300 redirects

License

WTFPL – Do What the Fuck You Want to Public License
See: http://www.wtfpl.net/

Readme

Keywords

Package Sidebar

Install

npm i download-http

Weekly Downloads

25

Version

0.0.4

License

WTFPL

Last publish

Collaborators

  • funerr