Added README.md
This commit is contained in:
parent
fed5c2789f
commit
ee4f622088
1 changed files with 18 additions and 0 deletions
18
README.md
18
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
|
Loading…
Reference in a new issue