Skip to content

smarlowucf/wxcast

Repository files navigation

wxcast

A CLI utility for retrieving weather information.

Build Status

wxcast decoded metar

Overview

Provides weather information in terminal:

  • Weather text information from NWS API.
  • METAR info from NWS API.
  • Seven day forecasts based on location using geopy and NWS API.

Installation

pip install wxcast

Requirements

  • certifi
  • Click>=6.0
  • geopy
  • requests
  • metar

Test Requirements

  • flake8
  • pytest
  • pytest-cov
  • vcrpy

Issues/Enhancements

Please submit issues and requests to Github.

Contributing

Contributions to wxcast are welcome and encouraged. See CONTRIBUTING for info on getting started.

License

Copyright (c) 2021 Sean Marlow.

Distributed under the terms of MIT license, see LICENSE for details.