Weather Widget.

Main screen Settings
image image

Technical specification: https://plumsailteam.sharepoint.com/:w:/s/recruitment/EfN6xudVCOBLheWof-8S9vYB4lMxNaKRiJfm9GEugQsjnQ?rtime=uynXK6x22kg

? Setup (for users).

  1. <script type=”text/javascript” src=””></script>

? Setup (for developers).

  1. Create .env file in the root folder.

  2. Add two variables to .env file: VUE_APP_OPEN_WEATHER_API_KEYOpenWeather API key. VUE_APP_IPINFO_TOKENipinfo token.

  3. Run npm install from the root folder.

4.1. To launch in development mode, run npm run serve.

4.2. To build for production, run npm run build.

GitHub

View Github