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
- Host: GitHub
- URL: https://github.com/simonv3/hoodie-plugin-goodreads
- Owner: simonv3
- License: mit
- Created: 2014-11-12T05:13:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T05:14:25.000Z (over 11 years ago)
- Last Synced: 2025-02-21T17:48:23.909Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
});
```