I've built an app with vanilla JavaScript that searches for nearby dogs to adopt. It uses the Petfinder API, which is free. Anyone can request one. After doing some research, I've found that you cannot hide your API key and secret (without your own server, if that's correct).
So should I just go ahead and publish this website? I'm buying a domain for it and using my existing hosting. Are there any risks with having this info out there? The app does not take in any personal information. Just searches dogs by zip code and distance, and displays info about the dog and where to contact.
I'm a beginner with this stuff, as this is my first API project.