1.0.3 • Published 6 years ago

somedownload v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago