Skip to content

havenwood/found

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it
  2. Commit Changes
  3. Pull Request
  4. 🍰

About

Find the nearest street address from the Terminal on OS X.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages