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

https://github.com/rohitraman05/weather-app

Weather App built with Python and OpenWeatherMap API to fetch real-time weather data. Demonstrates use of requests, dotenv, and error handling.
https://github.com/rohitraman05/weather-app

api apiintegration begginer-project python3 pythonproject weather-app

Last synced: 4 months ago
JSON representation

Weather App built with Python and OpenWeatherMap API to fetch real-time weather data. Demonstrates use of requests, dotenv, and error handling.

Awesome Lists containing this project

README

        

# Weather App 🌦️

A simple Python-based weather app that fetches real-time weather data using the OpenWeatherMap API.

---

## 📌 Features
- Get live weather data for any city.
- Displays temperature, condition, humidity, and wind speed.
- Uses `.env` to secure your API key.

---

## 🔧 Tech Stack
- Python
- OpenWeatherMap API
- dotenv (for secure API key storage)

---