1.0.4 • Published 5 years ago

filedownloadutility v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

filedownloaderutility

File download utility for nodejs

Installation

npm i filedownloadutility

Example Usage

    const fdu = require("filedownloadutility");

    (async() => {
        const result = await fdu.download({
            url: "DOWNLOAD URL",                             // Download URL of the file
            fileName : "dummy.txt",                          // Output file name
            outputDirectory: "dummy/dummy_s",                // Output directory
        });
        console.log(`File successfully downloaded to ${result}`)
    })();
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago