A weather web app which allows users to access the current weather, the weather forecast for the next 24 hours, the weather forecast for the next week, and any weather warnings that may be in effect for any city around the world
Change the current working directory to the location where you want the cloned directory.
git clone https://github.com/loganwoudstra/Weather-Web-App.git
pip install -r requirements.txtpython manage.py makemigrations
python manage.py migratepython manage.py runserver- Django - The web framework used
 - OpenWeatherMap - Weather API
 - Freepik - Supplied free weather icons