Tellus

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.

Installation

Add this line to your application's Gemfile:

gem 'tellus'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install tellus

Usage

tellus address 'latitude' 'longitude'

Development

This little gem is my playground to understand TDD, BDD, Design patterns, git, Get/Post HTTP methods, ruby gems, CI, and much more.

License

The gem is available as open source under the terms of the MIT License.