Weather Widget.
Main screen | Settings |
---|---|
Technical specification: https://plumsailteam.sharepoint.com/:w:/s/recruitment/EfN6xudVCOBLheWof-8S9vYB4lMxNaKRiJfm9GEugQsjnQ?rtime=uynXK6x22kg
? Setup (for users).
- <script type=”text/javascript” src=””></script>
? Setup (for developers).
-
Create
.env
file in the root folder. -
Add two variables to
.env
file:VUE_APP_OPEN_WEATHER_API_KEY
– OpenWeather API key.VUE_APP_IPINFO_TOKEN
– ipinfo token. -
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
.