From ee4f62208888fc1350af8248847c0567e253d441 Mon Sep 17 00:00:00 2001 From: evdo Date: Tue, 1 Apr 2025 02:17:02 +0200 Subject: [PATCH] Added README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e69de29..6120be5 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ +# 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 \ No newline at end of file