This application is using the Air Quality Open API - https://docs.openaq.org/#api-_ to retrieve and display data.
This application is utilizing the MVC framework with views on the front end. Currently the data is displayed within tables and the sorting is possible through the front end of the application
because of the speed and low reliability of the API.
You are able to view a list of countries with Air Quality measurement count and number of cities tested. From there you can view the relevant cities which leads to a page which displays recent measurements
Countries page **complete**
Cities page **complete**
Measurements page **complete**
My main issue with this task has been the speed and reliability of the API used. Sorting and limits do not seem to register through the web browser or by creating calls through postman.