Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanburnette/vfrmap

An implementation of the VFRMAP API in Ruby.
https://github.com/ryanburnette/vfrmap

Last synced: 22 days ago
JSON representation

An implementation of the VFRMAP API in Ruby.

Awesome Lists containing this project

README

        

# 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.