Do you constantly add new restaurants and cafés to your Google Maps saved places without really trying them out?
Or you can't find the correct place from your saved places when you're craving something?
If that's the case then we have the perfect solution for you!
You just need to login to your google account and tell us about your current craving.
We will look into your saved places and find the best place for you!
Welcome Screen | User prompt |
---|---|
![]() |
![]() |
-
Clone the Repository:
git clone https://github.com/mahyami/mapi
-
Create your API keys: Go to Google consoles. Create the API Key for Maps

- Environment Variables:
- Create a
apikey.properties
file in the root directory.GOOGLE_API_KEY="YOUR_KEY" GOOGLE_GEN_AI_KEY ="YOUR_KEY" OAUTH_CLIENT_ID="YOUR_KEY" OAUTH_CLIENT_SECRET="YOUR_KEY"
- Replace the placeholders with your actual API keys.
- Create a
- OAuth: Please refere to this doc.