fabioricali / azzor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%