Project

tellus

0.0
No commit activity in last 3 years
No release in over 3 years
Tellus: Mother Earth A reverse geocoding utility for terminal. Use any CLI to change a pair of latitude and longitude to human readable addresses. This also works with csv of latitudes and longitudes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0, >= 1.0.1
~> 4.0

Runtime

~> 0.18.0
~> 1.0, >= 1.0.1
 Project Readme

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.