DEV Community

Discussion on: Side Project Sunday! What do you have going on?

Collapse
 
canolcer profile image
Can Olcer • Edited

This weekend I have been working on adding a new feature to Mapzy, an open-source and self-hostable store finder (there's also a hosted version). Specifically, I'm building a feature we call "Sync API" - once done, it will allow users to host their locations on their own database and synchronize with Mapzy by calling this new API endpoint.

This is useful if you already keep a database of your locations, and don't want to manually enter and update them on Mapzy, but still take advantage of the embedded Mapzy map on your website without building your own Mapbox integration.

I'm not finished yet, but figured out most unknowns, so it should be a smooth ride from here.