claudiaraphael/weather_api
This is my first python project for my portfolio. In it I developed a software able to fetch weather data from many cities (the data base I from openweathermap.org has over 200k cities worldwide). This was my first time using an API. This was based on a tutorial from the youtube channel TechWithTim.
Python
This project was based on a tutorial from the youtube channel TechWithTim.
I used the requests framework to be able to fetch the data from the API.
For safety reasons I have hidden the Open Weather Map's API_KEY.