Skip to content

Simple application to check current weather made in vue.js

Notifications You must be signed in to change notification settings

iEranDEV/WeatherApp

Repository files navigation

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

Login page Main page

About

Simple application to check current weather made in vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published