FakeBritishToponym

Build Status Dependency Status Code Climate Test Coverage

Generate names of places that sound sorta British.

Installation

Add this line to your application's Gemfile:

gem "fake_british_toponym"

And then execute:

$ bundle

Or install it yourself as:

$ gem install fake_british_toponym

Usage

$ pry
[0] main » require "fake_british_toponym"
=> true
[0] main » FakeBritishToponym.new
=> "Dunkirkton"
[0] main » FakeBritishToponym.new
=> "Midnocktondeen Crossing"
[0] main » FakeBritishToponym.new
=> "Port Aberglentun"
[0] main » FakeBritishToponym.new
=> "Lymetunmore Bight"

...that's all, folks!

Contributing

  1. Fork it
  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 new Pull Request