Closed maxmagee closed 6 years ago
The end goal of this is to have something in this relative shape for the locations:
{ id, name, location: { city, state, street, zip } }
There appear to be some edge cases in the data. Also, I might need to re-shape the data for the geolocation service.
I then likely want to store this information in a database to be read in later. That's for a different issue though. This is now finished.
In order to populate the map with store locations, we need location data for those stores. The address data can be found on the website. For the mapping software, we need latitude an longitude coordinates though.