Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 603 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 603 Bytes

AIR QUALITY APP

App to get the Air Quality data of differents places around the world, just typig the location and pressing enter, just that!

  • This project was bootstrapped with Create React App.
  • To get the suggest location is used the react-geosuggest library, this component uses the Google Maps Places API.
  • To do Ajax calls the use axios library.
  • To get the Airquality info is used the Endpoint Air Quality Index by Address from Breezometer Api.
  • To handle and show error messages is used the react-errors library.