The gem that converts latitude and longitude to human readable address. Tellus is Earth. Tellus uses nominatim api from openstreetmap for reverse geocoding with zoom equal to 14.
Add this line to your application's Gemfile:
gem 'tellus'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install tellus
tellus address 'latitude' 'longitude'
This little gem is my playground to understand TDD, BDD, Design patterns, git, Get/Post HTTP methods, ruby gems, CI, and much more.
The gem is available as open source under the terms of the MIT License.