Weather Checker
Check the current weather for any location.
Usage
python3 {baseDir}/scripts/check-weather.py "New York"
How It Works
- Takes a location name as input
- Calls the OpenWeatherMap API
- Returns temperature, conditions, and humidity
Requirements
- An OpenWeatherMap API key set as
OPENWEATHER_API_KEYenvironment variable - Python 3.8+
Source: HeadyZhang/agent-audit — distributed by TomeVault.