hubot-orly
v0.0.2
Published
Hubot interface to generate Orly book covers
Downloads
1
Maintainers
Readme
hubot-orly
Hubot interface to create O'rly book covers.
Installation
- Run the
npm install
command
npm install hubot-orly --save
- Add hubot-orly to the array in your external-scripts.json file.
[
"hubot-orly"
]
Usage
bin/hubot
hubot> hubot orly Learning Coffeescript; A practical guide; Javascript is better!; Jordan Neufeld
hubot> https://orly-appstore.herokuapp.com/generate?title=Learning%20Coffeescript&guide_text=A%20practical%20guide&t
op_text=Javascript%20is%20better!&author=Jordan%20Neufeld&image_code=2&theme=14
Tests
To run the tests, run the below command. If you are contributing, please add appropriate tests before submitting a pull request.
npm test
Acknowledgements
Thanks to @ThePracticalDev for creating this book cover generator.