A CLI utility for retrieving weather information.
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.
pip install wxcast
- certifi
- Click>=6.0
- geopy
- requests
- metar
- flake8
- pytest
- pytest-cov
- vcrpy
Please submit issues and requests to Github.
Contributions to wxcast are welcome and encouraged. See CONTRIBUTING for info on getting started.
Copyright (c) 2021 Sean Marlow.
Distributed under the terms of MIT license, see LICENSE for details.