This is a simple weather application built using Python (Flask) that displays real-time weather information for different cities around the world.
The application uses HTML templates for rendering views, CSS for styling, and integrates an external weather API to fetch live data.
Users can:
- Search for a city
- View current weather details
- Receive feedback if a city is not found
The application is designed as a beginner-friendly mini project and is deployed on Render.
- Python
- Flask
- HTML (Jinja Templates)
- CSS
- External Weather API
- Render (Deployment)
git clone https://github.com/Confy-Code/Weather_calcs.git
cd Weather_calcs
python -m venv venv
source venv/bin/activate
On Windows: venv\Scripts\activate
pip install -r requirements.txt
python server.py
Hosted on Render via link: (https://confy-weather.onrender.com)
Environment variables are configured via the Render dashboard
Application is started using the main server file