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

https://github.com/simonv3/hoodie-plugin-isbn

Hoodie plugin to fetch isbn data from isbndb.com
https://github.com/simonv3/hoodie-plugin-isbn

Last synced: 9 days ago
JSON representation

Hoodie plugin to fetch isbn data from isbndb.com

Awesome Lists containing this project

README

          

Hoodie ISBN Plugin
======================

> A hood.ie plug-in that fetches data from isbndb.com. Needs a isbndb.com API key.

## Usage

```js
hoodie.isbn.searchbooks({
query: val
}).fail(function(){
// handle error
}).done(function(search){
// handle search result
results = search.result.data;
});
```