1.0.3 • Published 3 years ago

azzor v1.0.3

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

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