/forecast

Python script for getting National Weather Service forecast at a given location

Primary LanguagePython

Installing

  1. Create a venv:
mkdir venv && python -m virtualenv venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

Using

  1. Run the script:
python forecast.py max patch, nc
  1. Click the link output to the terminal to see the NWS forecast for that location.