No description
Find a file
2025-04-01 02:17:02 +02:00
weather_project Initial commit 2025-04-01 02:03:23 +02:00
.gitignore Initial commit 2025-04-01 02:03:23 +02:00
Dockerfile Initial commit 2025-04-01 02:03:23 +02:00
README.md Added README.md 2025-04-01 02:17:02 +02:00
requirements.txt Initial commit 2025-04-01 02:03:23 +02:00

Django Weather App

A simple Django-based web application that allows users to enter a city name and get the current weather information using the OpenWeatherMap API.

Features

  • Clean, minimal UI

  • City-based weather lookup

  • Weather data fetched via OpenWeatherMap API

Technologies

  • Python 3.11

  • Django

  • HTML & CSS (inline styling)

  • OpenWeatherMap API