https://github.com/coderaiser/zipio
Zip data
https://github.com/coderaiser/zipio
Last synced: 7 months ago
JSON representation
Zip data
- Host: GitHub
- URL: https://github.com/coderaiser/zipio
- Owner: coderaiser
- Created: 2015-01-23T08:34:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T12:54:14.000Z (over 9 years ago)
- Last Synced: 2025-10-22T13:04:28.140Z (7 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
Zipio
=====
Zip data
## Install
```
npm install zipio --save
bower install zipio --save
```
## Use
```js
var zipio = require('zipio');
zipio('hello world', function(error, data) {
if (error)
console.log(error.message);
else
console.log(data):
});
```
## License
MIT