/weather

Primary LanguageVue

Weather

Project description

Single-page website for viewing current weather. Built using Vue2.

The project is accessible at https://yuloskov.github.io/weather/

Project setup

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

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build