improve readme

This commit is contained in:
Philipp Kunz 2016-01-20 03:50:37 +01:00
parent eb2b068870
commit f5f12c6fa1

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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"
});
```
For non zips there is remotefile.