Jok
Jok will bring you a good laugh. But please do use it responsively.
Installation
Add this line to your application's Gemfile:
gem 'jok'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jok
Usage
To show all the available joke list
Jok.list
Randomly get a joke
Jok.da
Pick up a specified topic
Jok.blonde_jokes
Command Line Relax
Commands:
jok da # Randomly get a joke
jok help [COMMAND] # Describe available commands or one specific command
jok list # To show all the available joke list
jok topic [YOUR_TOPIC] # Pick up a specified topic
Contributing
- Fork it ( https://github.com/jok/jok/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request