ThronesFaker
Welcome to ThronesFaker, the first ever Game of Thrones based faker gem. Faker is great, Game of Thrones is great, the combination is even greater than the sum of its parts. Download, share, contribute, enjoy.
Installation
Add this line to your application's Gemfile:
gem 'thrones_faker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install thrones_faker
Usage
For a name:
ThronesFaker.name
Example return: "Jorah Mormont"
For a city:
ThronesFaker.city
Example return: "Sunspear"
For a Dothraki string:
ThronesFaker.words(number)
Example return: "Sekke anha yera anha zhorase chek sek atthirarideshor yer ahilee dothrak thirat"
Contributing
- Fork it ( http://github.com/
/thrones_faker/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 new Pull Request