Sha256: 81f878e26a977a6f7266fdbb7037507bbff00b83b75f8191d1a7d70ddf9ecbe9

Contents?: true

Size: 802 Bytes

Versions: 1

Compression:

Stored size: 802 Bytes

Contents

# Ruboty::Mtgcard

A Ruboty plugin that returns MTG card illustration url.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ruboty-mtgcard'
```

And then execute:

```
$ bundle
```

Or install it yourself as:

```
$ gem install ruboty-mtgcard
```

## Usage

```
> ruboty mtgcard [keyword]
```

## ENV

```
MTGCARD_LANGUAGE               - MTG card language (default: english)
MTGCARD_MESSAGE_WHEN_NOT_FOUND - Message when not found (default: No cards found.)
```

## Special thanks

- [MTG Developers](https://magicthegathering.io)

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dounokouno/ruboty-mtgcard.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruboty-mtgcard-0.1.1 README.md