super-download

1.0.1 • Public • Published

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

Dependencies (7)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i super-download

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • iongraphix