Original project by Tyler Potts, on "Build a Weather App in VueJS | Vue Beginner Tutorial" (link below) ☝️
This is project to check Weather in Vue using OpenWeatherMap API https://openweathermap.org/
# Create folder for store the files, like 'vue-weather'
# Clone the project
git clone https://github.com/BieAnimaton/vue-weather
# Install the dependencies
yarn install
# To start
yarn serve
# The server will start in port 8000
# Access http://localhost:8000
- Vue.js