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

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

hood.ie plugin for goodreads
https://github.com/simonv3/hoodie-plugin-goodreads

Last synced: 7 days ago
JSON representation

hood.ie plugin for goodreads

Awesome Lists containing this project

README

          

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

> A hood.ie plug-in that does the oauth dance with goodreads. That's it for now.

## Usage

```js
hoodie.goodreads.getinfo({username: hoodie.account.username}).fail(function(){
// fail case
}).done(function(data){
// data.goodreads_exists
});
```