This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
*Make sure to incorporate own API Keys
npm run dev
npm run build
node server.js
This project is a spin off from creating the weather app in vue playlist from NetNinja. The things that are different include using a different API (WeatherAPI instead of OpenWeather, and implementing a database instead of saving to local storage. Some future improvements (if time permits) include fixing the code to disable adding the same city twice, and maybe adding another feature to add memes based on the specific weather.