node-goodreads
v0.3.1
Published
Wrapper for the Goodreads API
Downloads
7
Readme
A Node.JS Wrapper for the Goodreads API
- Goodreads API: http://goodreads.com/api
- Github: https://github.com/hueyy/node-goodreads
Installation
npm i node-goodreads
Using it
Grab a Goodreads developer key and secret from https://www.goodreads.com/api/keys.
const Goodreads = require(`node-goodreads`)
const gr = Goodreads({ key, secret })
oauth functions not implemented yet.