A library for working with archive files, providing utilities for compressing and decompressing data.
Go to file
2017-03-12 22:16:48 +01:00
dist cleanup 2017-03-12 22:16:48 +01:00
test cleanup 2017-03-12 22:16:48 +01:00
ts cleanup 2017-03-12 22:16:48 +01:00
.gitignore cleanup 2017-03-12 22:16:48 +01:00
LICENSE Initial commit 2016-01-18 05:18:54 +01:00
package.json cleanup 2017-03-12 22:16:48 +01:00
README.md improve readme 2016-01-20 04:16:58 +01:00
test.js added callback support 2016-01-20 04:01:21 +01:00
yarn.lock cleanup 2017-03-12 22:16:48 +01:00

remotezip

downloads and extracts remote zip files

var remotezip = require("remotezip");
remotezip.get({
    from:"https://example.com/example.zip",
    toPath:"/some/local/absolute/path",
    cb: someCallback //optional
});

For non zips there is remotefile.