0.3.1 • Published 4 years ago

node-goodreads v0.3.1

Weekly downloads
16
License
-
Repository
github
Last release
4 years ago

A Node.JS Wrapper for the Goodreads API

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.