With these data we could draw a map with Laravel meetup-active companies and put smaller maps on company profile pages. In the scope of this task at least three things should be done:
add geolocation data to resources/companies.json file
prepare a builder of public/api/map.json file that would be built from all companies with coordinates and maybe narrowed down to organizers/sponsors/partakers of last X meetups
I would like to extend
resources/companies.json
with geolocation data:With these data we could draw a map with Laravel meetup-active companies and put smaller maps on company profile pages. In the scope of this task at least three things should be done:
resources/companies.json
filepublic/api/map.json
file that would be built from all companies with coordinates and maybe narrowed down to organizers/sponsors/partakers of last X meetups