Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryanburnette/vfrmap
- Owner: ryanburnette
- License: mit
- Created: 2018-03-07T19:52:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T20:01:15.000Z (almost 7 years ago)
- Last Synced: 2024-12-20T10:08:35.417Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.