Found

Find your street address with CoreLocation! (Found is a bit of glue between evanphx's awesome Lost gem for lat/long along with Geokit and Google for the street address.)

Installation

Add this line to your application's Gemfile:

gem 'found'

And then execute:

$ bundle

Or install it yourself as:

$ gem install found

Usage

Command line:

$ found

Rugged Trail, Topanga Canyon, CA 90290, USA

As a library:

require 'found'

puts Found.address

Contributing

  1. Fork it
  2. Commit Changes

3. Create a Pull Request