A library for working with archive files, providing utilities for compressing and decompressing data.
Go to file
2016-01-20 04:01:21 +01:00
ts added callback support 2016-01-20 04:01:21 +01:00
.gitignore integrated travis 2016-01-18 19:38:55 +01:00
.npmignore integrated travis 2016-01-18 19:38:55 +01:00
.travis.yml integrated travis 2016-01-18 19:38:55 +01:00
index.d.ts added callback support 2016-01-20 04:01:21 +01:00
index.js added callback support 2016-01-20 04:01:21 +01:00
LICENSE Initial commit 2016-01-18 05:18:54 +01:00
package.json 1.0.2 2016-01-20 03:50:46 +01:00
README.md improve readme 2016-01-20 03:50:37 +01:00
test.js added callback support 2016-01-20 04:01:21 +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"
});

For non zips there is remotefile.