azzor
v1.0.3
Published
Download a zip file from an url and extract it in a directory
Downloads
320
Readme
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