An app that lets you navigate a global map and pin a specific place. You will then be given information about that specific place and you can ask anything about it!
- Clone the repository
git clone https://github.com/Kent0710/toribia.git
- Open the directory
cd toribia
- Create .env file
Get api keys
- Google AI Studio: https://aistudio.google.com/
- MapTiler: https://www.maptiler.com/
NEXT_PUBLIC_MAPTILER_API_KEY=
GOOGLE_GENERATIVE_AI_API_KEY=
- Install dependencies
npm i
- Run the app
npm run dev