This application shows the weather in selected cities. Selected cities are saved in
localStorage
.
- Vue 3
- Pinia
- SCSS
- Copy environment variables file and use your own api key from https://api.openweathermap.org
cp .env.example .env
- Install npm dependencies
npm install
npm run dev
npm run build