cedric-and-bob / SWRApp

This utilizes the SWR React Hooks package for remote data fetching. This will be a web page that will serve several purposes to a user and will certainly grow over time.
https://tender-jennings-989213.netlify.com/
MIT License
0 stars 0 forks source link

City, State, Country not visible #7

Closed robpedersendev closed 4 years ago

robpedersendev commented 4 years ago

Currently, only the City of the user and the country of the user is showing since that is all that the openweathermap.org API carries in their object call.

We need to use something like the following so we can get the users full address, then destructure their address to show their desired information

robpedersendev commented 4 years ago

8 solved this issue