WEATHER-CO
Demo Website
Launching the app as a dev.
-
After downloading the repo, create an
.env
file in the root folder; -
Then create and set the values of the variables:
VUE_APP_OPEN_WEATHER_KEY
– OpenWeather API key.VUE_APP_IP_INFO_KEY
– ipinfo key. -
You should run
npm install
to install all the dependencies and thenrun npm run serve
to start the project.