Single-page website for viewing current weather. Built using Vue2.
The project is accessible at https://yuloskov.github.io/weather/
Create file .env.local
in the project root and add
VUE_APP_API_KEY
environment variable with the https://openweathermap.org/api API token.
Then run
yarn install
yarn serve
yarn build