azzor

1.0.3 • Public • Published

azzor

Download a zip file from an url and extract it in a directory.

Get started

$ npm install azzor

Example

const download = require('azzor');

download('https://www.a-remote/file.zip', './')
    .then(() => console.log('downloaded'))
    .catch(e => console.error(e))

License

Azzor is open-sourced software licensed under the MIT license

Author

Fabio Ricali

Package Sidebar

Install

npm i azzor

Weekly Downloads

177

Version

1.0.3

License

MIT

Unpacked Size

2.35 kB

Total Files

4

Last publish

Collaborators

  • fabioricali