ijustlovemath / forecast

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%