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
- Host: GitHub
- URL: https://github.com/simonv3/hoodie-plugin-isbn
- Owner: simonv3
- License: mit
- Created: 2014-11-11T03:52:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T21:51:04.000Z (almost 11 years ago)
- Last Synced: 2025-11-11T07:32:37.557Z (8 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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;
});
```