This is the backend weather API powering the Weather Dashboard.
It uses OpenWeatherMap APIs and exposes:
- /weather
- /forecast
- /hourly
- /coords
- /uv
- /aqi
- /alerts
- /outfit
- /compare
Travel checklist removed by design.
Build Command pip install -r requirements.txt
Start Command uvicorn main:app --host 0.0.0.0 --port $PORT
You will get a URL like: https://your-weather-api.onrender.com
Use this in your frontend.