Simple VueJS weather widget
To communicate with OpenWeatherApi on the client, you must have an .env file with the VUE_APP_WEATHER_API_KEY variable, which is generated in the OpenWeatherMap personal account.
npm install
npm run serve
npm run build
npm run lint