An open API service indexing awesome lists of open source software.

https://github.com/shroudsourav/py-temp-web-app


https://github.com/shroudsourav/py-temp-web-app

Last synced: about 1 year ago
JSON representation

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)