An AI that plan travel for you . Powered by Qloo API
Clone the repo and go into the project folder
npm install
npm run devInput your API key into the .env file
Qloo API key access: https://www.qloo.com/
Gemini API key access : https://aistudio.google.com/app/apikey
Mapbox API key access : https://www.mapbox.com/
VITE_QLOO_API_KEY="ENTER_YOUR_API_KEY_HERE"
VITE_GEMINI_API_KEY="ENTER_YOUR_API_KEY_HERE"
VITE_MAPBOX_API_KEY="ENTER_YOUR_API_KEY_HERE"