smartarchive/README.md
2016-01-20 04:16:58 +01:00

13 lines
279 B
Markdown

# remotezip
downloads and extracts remote zip files
```javascript
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.