Sha256: 8c7bfcbd8b96c73d8ad19eb210ee7e32d53047c164fb32ee333baccdbfed3b36
Contents?: true
Size: 806 Bytes
Versions: 5
Compression:
Stored size: 806 Bytes
Contents
# Ruboty::Mtgcard A Ruboty plugin that returns the 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ruboty-mtgcard-0.1.7 | README.md |
ruboty-mtgcard-0.1.6 | README.md |
ruboty-mtgcard-0.1.5 | README.md |
ruboty-mtgcard-0.1.4 | README.md |
ruboty-mtgcard-0.1.3 | README.md |