An open API service indexing awesome lists of open source software.

https://github.com/coderaiser/zipio

Zip data
https://github.com/coderaiser/zipio

Last synced: 7 months ago
JSON representation

Zip data

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