Getting information from Weather API with Django
- you can get some information about weather in any existing city;
- you will get an error message when you try to enter dummy text.
- run this command to clone this repository
git clone https://github.com/kttel/weather-app.git
- add new virtual environment in project directory and install all neccessary libraries from requirements.txt
cd weather
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
- in the directory with manage.py file run this command
python manage.py runserver
Various pull requests are welcome. Project can be updated in any time.
Last update: 16.11.2022