crystal_metar_parser
Process METAR information.
Installation
Add this to your application's shard.yml
:
dependencies:
crystal_metar_parser:
github: akwiatkowski/crystal_metar_parser
Usage
require "crystal_metar_parser"
metar = CrystalMetarParser::Parser.parse("EPPO 191200Z 29005KT 9999 FEW011 BKN021 09/06 Q1019")
puts metar.temperature.degrees
Contributing
- Fork it ( https://github.com/akwiatkowski/crystal_metar_parser/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- akwiatkowski(https://github.com/akwiatkowski) Aleksander Kwiatkowski - creator, maintainer