Creating a Spring Boot application
According to WHO (https://www.who.int/health-topics/air-pollution), air pollution is killing approximately 7 million people worldwide every year. This is a cause of concern, not only for developed nations but developing nations as well. We should do everything we can to stop this from happening by taking strong measures. We, as technologists, can create solutions to make people aware about the air quality in their area. With this, people can take preventive measures such as wearing masks while they are out and keeping the elderly and kids at home if the air outside is toxic.
In this section, we will create a Spring Boot application that will show real-time air quality data for your current location. We will use the API provided by Openaq (https://openaq.org/), a non-profit organization called Wikipedia of air quality data. It exposes many endpoints for real-time air quality data, but we will use the https://api.openaq.org/v1/latest?country=IN...