Sha256: 2fce52f7458993f57fdc402e4058d71787e4b7a5d3a7fba96bcf7560c768d452

Contents?: true

Size: 1.38 KB

Versions: 3

Compression:

Stored size: 1.38 KB

Contents

[![Build Status](https://travis-ci.org/scieslak/distance_finder.svg?branch=master)](https://travis-ci.org/scieslak/distance_finder) [![Code Climate](https://lima.codeclimate.com/github/scieslak/distance_finder/badges/gpa.svg)](https://lima.codeclimate.com/github/scieslak/distance_finder)

# DistanceFinder

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.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'distance_finder'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install distance_finder

## Usage

### Command Line###

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
  
  
### As dependency ###

TODO

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/distance_finder.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
distance_finder-1.0.4 README.md
distance_finder-1.0.3 README.md
distance_finder-1.0.2 README.md