1.0.0 • Published 7 years ago

hubot-goodreads v1.0.0

Weekly downloads
1
License
BSD 2-Clause
Repository
github
Last release
7 years ago

hubot-goodreads

fetch details about a book

See src/goodreads.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-goodreads --save

Then add hubot-goodreads to your external-scripts.json:

[
  "hubot-goodreads"
]

Configuration

Set HUBOT_GOODREADS_API_KEY with the goodreads API Key

Sample Interaction

user1>> hubot book mistborn
hubot>> prints mistborn details
1.0.0

7 years ago