Skip to content

rithika-paii/weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Weather API (FastAPI)

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.

πŸš€ Deploy on Render

1. Create a new Web Service on Render

https://render.com

2. Choose your GitHub repo: weather-backend

3. Configure:

Build Command pip install -r requirements.txt

Start Command uvicorn main:app --host 0.0.0.0 --port $PORT

4. Deploy πŸŽ‰

You will get a URL like: https://your-weather-api.onrender.com

Use this in your frontend.

About

:)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages