0.0.4 • Published 10 years ago
hubot-book-search v0.0.4
hubot-book-search
A hubot script that facilitates searching for books
See src/book-search.coffee for full documentation.
Installation
In hubot project repo, run:
npm install hubot-book-search --save
Then add hubot-book-search to your external-scripts.json:
[
  "hubot-book-search"
]Sample Interaction
user1>> hubot book title "Clean Coder
hubot>> 
  Search: title - clean coder
  Title: The Clean Coder
  Author: Robert C. Martin
  Category: Computers