https://github.com/shroudsourav/py-temp-web-app
https://github.com/shroudsourav/py-temp-web-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shroudsourav/py-temp-web-app
- Owner: SHROUDSOURAV
- Created: 2025-05-29T06:35:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T06:40:03.000Z (about 1 year ago)
- Last Synced: 2025-06-06T00:43:14.960Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌤️ OpenWeatherMap Flask App
This is a simple web application built using **Flask** in **Python** that fetches and displays weather information for a specified city using the **OpenWeatherMap API**.
## 🔥 Features
- Input a city name and get:
- Current temperature
- What it feels like
- Clean and responsive frontend using `render_template`
- Secure API key management using `.env`
- Uses the OpenWeatherMap API for real-time data
## 🛠️ Built With
- [Flask](https://flask.palletsprojects.com/) – Web framework
- [python-dotenv](https://pypi.org/project/python-dotenv/) – Load environment variables
- [requests](https://docs.python-requests.org/) – HTTP requests for API calls
- [Jinja2](https://jinja.palletsprojects.com/) – Templating (via Flask)