Skip to content

damoahdominic/super-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors