Sha256: ec5a7b488ae36f2ffa4619e6252d231f811bc0ea47f553a97f62a9ad52baa8bd

Contents?: true

Size: 974 Bytes

Versions: 3

Compression:

Stored size: 974 Bytes

Contents

# Jok

Jok will bring you a good laugh. But please do use it responsively.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'jok'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install jok

## Usage

To show all the available joke list

```ruby
Jok.list
```

Randomly get a joke

```ruby
Jok.da
```

Pick up a specified topic

```ruby
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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jok-0.0.5 README.md
jok-0.0.4 README.md
jok-0.0.3 README.md