A library for working with archive files, providing utilities for compressing and decompressing data.
ts | ||
.gitignore | ||
.npmignore | ||
.travis.yml | ||
index.d.ts | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
test.js |
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.