A website which gives info about a required city's weather or the weather updates of the current location of the user. Made using Django and some API's
This is an open source project. Feel free to open issues if you find any bug or want to add some feature.
- Gives weather updates for any major city in the world and also gives weather updates of the current location of the user.
- Weather updates include temperature, humidity, maximum temperature, minimum temperature, atmospheric pressure, and a basic description(such as "light drizzle", "mist", "cloudy" to name a few)
- The local time and date of the city searched is also displayed in the navbar.
Run the following command
pip install -r requirements.txt
Run the following command
python manage.py runserver
1 OpenWeather - for live weather data 2 Pixabay - for city images