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

  1. Fork it ( https://github.com/jok/jok/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request