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.
- Host: GitHub
- URL: https://github.com/rohitraman05/weather-app
- Owner: rohitraman05
- Created: 2025-03-01T14:43:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T15:04:49.000Z (4 months ago)
- Last Synced: 2025-03-01T16:19:34.809Z (4 months ago)
- Topics: api, apiintegration, begginer-project, python3, pythonproject, weather-app
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)---