pycon-rwanda / air-quality-monitor

The Air Quality Monitor is an advanced Python application that tracks and analyzes air quality data across various global locations.
1 stars 5 forks source link

Error Handling for API Requests #3

Open kaybrian opened 1 month ago

kaybrian commented 1 month ago

Improve error handling in the get_air_quality and geocode_location functions to provide more informative messages to users when there's an issue with the API calls. Currently, it returns generic error messages.

kaybrian commented 1 month ago

Improve error handling in the get_air_quality and geocode_location functions to provide more informative messages to users when there's an issue with the API calls. Currently, it returns generic error messages.

Yes sure am looking at it now