smartarchive/README.md

13 lines
279 B
Markdown
Raw Normal View History

2016-01-20 02:50:37 +00:00
# remotezip
downloads and extracts remote zip files
```javascript
var remotezip = require("remotezip");
remotezip.get({
from:"https://example.com/example.zip",
2016-01-20 03:16:58 +00:00
toPath:"/some/local/absolute/path",
cb: someCallback //optional
2016-01-20 02:50:37 +00:00
});
```
For non zips there is remotefile.