- Fix metar functions.
- Add temp unit option to metar and conditions.
- Migrate to GitHub actions.
- Use F strings.
- New route, get stations for WFO.
- New route, get station info.
- New route, get WFO info.
- New route, get conditions (alias to decoded metar).
- Consolidate and update documentation.
- Move docs to GitHub Pages.
- Add endpoint to retrieve the list of WFOs.
- Migrate license back to MIT.
- Remove f'strings and use ordered dict to support py3.4 and 3.5.
- Fix tag location.
- Switch to ArcGIS for geocoding.
- Cleanup exception messages.
- Fix metar and products API.
- Fix tests for geopy changes.
- Make readme gif url absolute for use in pypi.
- Add long description content type to setup.
- Convert docs to md for PyPI compatibility.
- Remove asserts.
- Account for dictionary values in decoded metar.
- Update readme.
- Cleanup exception handling.
- Add unit and integration tests with vcrpy.
- Cleanup flake8 warnings.
- Add config for travis integration testing.
- Remove docs directory.
- Fix manifest.
- Fix license trove classifier.
- Remove universal flag from setup config.
- Fix doc extensions in setup.
- Fix manifest.
- Cleanup flake8 warnings.
- Remove config in favor of geopy to get location for seven day forecast.
- Migrate to f'{strings}'
- Migrate to adoc from rst.
- Cleanup code.
- Update readme and docs.
- Remove cert and use certifi for NWS API.
- Convert elevation to feet.
- Attempt to fix cert.
- Attempt to fix cert.
- First release on PyPI.