2016-03-19 21:24:07 +01:00
2016-03-19 21:24:07 +01:00
2016-03-19 21:24:07 +01:00
2016-03-19 21:24:07 +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-03-19 21:24:07 +01:00
2016-01-20 04:16:58 +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",
    cb: someCallback //optional
});

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%