2016-01-20 04:01:31 +01:00
2016-01-20 04:01:21 +01:00
2016-01-18 19:38:55 +01:00
2016-01-18 19:38:55 +01:00
2016-01-18 19:38:55 +01:00
2016-01-20 04:01:21 +01:00
2016-01-20 04:01:21 +01:00
2016-01-18 05:18:54 +01:00
2016-01-20 04:01:31 +01:00
2016-01-20 03:50:37 +01:00
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.

Description
A library for working with archive files, providing utilities for compressing and decompressing data.
Readme 822 KiB
Languages
TypeScript 99.2%
JavaScript 0.8%