Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

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

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages