/avwx-metar

A Polymer 2 wrapper around the API at [avwx.rest/api](https://avwx.rest)

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

AVWX Metar Published on webcomponents.org

A Polymer 2 wrapper around the API at avwx.rest/api

Installation

bower install --save pedro2555/avwx-metar

Usage

<avwx-metar
  auto
  station="{{station}}"
  metar="{{metar}}"
  metar-data="{{metarData}}"></avwx-metar>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Michael michaeel@mdupont.com for the awesome API

Polymer Team for obvious reasons

License

GPLv2