This Python script: - Use resquest package to fetch weather data from weather api at teh beginning of 3 hours period for 5 days - use dotenv to pars API key from the env file .env - Use logging to log the data and store it into a log file - use pandas, matplotlib to store data into a dataframe an dthen polt it in a figure using pandas and matplotlib
Future updates: - call diferent Weather API end points. EX: get the current forcast for a location based on the long. and lat. - Use dataclasses - optimize code - store date and temp in memory cashe like redis - write more comprehensove tests