r0b4dams / weatherboop

Get real time weather data by clicking a point on a map
https://www.weatherboop.net
0 stars 0 forks source link

Add loader while making API call #34

Open r0b4dams opened 1 month ago

r0b4dams commented 1 month ago

When a user clicks on the map, the map is centered on those coordinates and an API call is made for the weather data.

Add a loading icon to provide feedback that the request is being made. When the request is successfully completed, replace the loader with the weather popup.