The code is printing weather in terminal for ['London', 'Sheremetievo', 'Cherepovets']
This project is using wttr.in
Use help -> wttr.in/:help
Python >=3.7
Module 'requests 2.24.0'
For installing the module use command
pip install -r requirements.txt
Install requirements Open and run 'forecast.py'
You can set your places. Just change places in 'main()' function
You can change parameters in payload in 'print_weather()' finction
Use help -> wttr.in/:help
The code was written for educational purpose on online course for Api developers dvmn.org