An application that requests weather information for specific cities via an open API, saves it in .json
format, and then creates a chart of the minimum and maximum temperatures.
• requests
• matplotlib
pip install -r requirements.txt
pip install requests matplotlib