Sha256: 398059496ceb6021ecd8f0845f19c38d17a623beff9eb0de450da9baad3afec1
Contents?: true
Size: 390 Bytes
Versions: 2
Compression:
Stored size: 390 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` Coordinates that can be parsed by [Geo::Coord](https://github.com/zverok/geo_coord) or a 3-letter IATA airport code. - `options` See [DEFAULTS](#) constant.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vfrmap-1.0.1 | README.md |
vfrmap-1.0.0 | README.md |