Welcome to DistanceFinder. Get distance and travel time between almost any two places on the globe.DistanceFinder uses powerful Google API to deliver reliable results fast and without unnecessary baggage.
Add this line to your application's Gemfile:
gem 'distance_finder'
And then execute:
$ bundle
Or install it yourself as:
$ gem install distance_finder
After succesfull instalation execute
$ distance_finder
Possible input formats:
[TOWN]
[STREET] [TOWN]
[HOUSE NUMBER] [STREET] [TOWN,
[HOUSE NUMBER] [STREET] [TOWN] [COUNTRY]
[HOUSE NUMBER] [STREET] [TOWN] [COUNTRY] [POST CODE]
[STREET] [TOWN] [COUNTRY] [POST CODE]
[TOWN] [COUNTRY] [POST CODE]
[COUNTRY] [POST CODE]
[POST CODE]
`quit` for exit
TODO
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/distance_finder.
The gem is available as open source under the terms of the MIT License.