Sha256: 32e752ed16512c9cb01e3b68bb66c92ef14d68064ea37b2fd0c2a9b9747fe246

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

# Vfrmap

An implementation of the [VFRMAP API](http://vfrmap.com/map_api.html) in Ruby.

## Installation

```ruby
# Gemfile
gem 'vfrmap'
```

## Usage

```ruby
require 'vfrmap'
Vfrmap.new([location],[options])
```

- `location` Pass in coordinates that can be parsed by
  [Geo::Coord](https://github.com/zverok/geo_coord), a 3-letter IATA airport
  code, or a 4-letter ICAO airport code.
- `options` See [DEFAULTS](#) constant.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vfrmap-1.1.0 README.md