1.0.3 • Published 6 years ago
somedownload v1.0.3
Some download
Installation
npm install somedownload
Usage
var download = require('somedownload');
download('https://randomuser.me/api/', './test.json').then(function (data, err) {
if(err) return console.log(err)
console.log(data)
})
Output is a WriteStream and the creation of the file.
Changelog
1.0.1
: Add a changelog and more information in the package.json
1.0.2
: Add a test command
1.0.3
: Repare the test command