1.0.1 • Published 10 years ago

super-download v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

Super Download

Super Download is an async download node module compatible with Q(Promises).

This overrides the default behavior of download-file to work with the Q library

Version

1.0.0

Installation

You need npm installed globally:

$ npm install super-download --save

Usage:

 var sd = require("super-download");
 var Q = require("q");
 sd("http://www.orimi.com/pdf-test.pdf", {
            directory: "./downloads/test",
            filename: "fluke3.pdf"
        }).then(function(){
            console.log("Finally Q is in control");
        });
Made with Love from GH
1.0.1

10 years ago

1.0.0

10 years ago