Simple application to check current weather made in vue.js

Weather application in Vue.JS

Project setup

  1. Install node dependencies
npm install
  1. Create .env file in root folder and add this
VUE_APP_API_KEY={OpenWeather api token}
  1. Compile for development mode
npm run serve
  1. Compile for production mode
npm run build

Application images

GitHub

View Github