Found
Find the nearest street address from the Terminal!
Found is a tiny wrapper around evanphx's awesome lost gem and Geokit, allowing you to find your latitude and longitude with OS X's CoreLocation then fetch the street address from Google.
Usage
From the Terminal:
$ lost
[34.10416324080013, -118.59267817253203]
$ found
Rugged Trail, Topanga Canyon, CA 90290, USA
Or from irb or Pry:
require 'found'
Lost.current_position
#=> [34.10416324080013, -118.59267817253203]
Found.address
#=> Rugged Trail, Topanga Canyon, CA 90290, USA
Installation
$ gem install found
Requirements
- OS X
- Xcode to compile
lost
c-extensions - A Wifi connection
Contributing
- Fork it
- Commit Changes
- Pull Request
- 🍰