Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 972 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 972 Bytes

Vue Weather App

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/

Image 📷

vw1

vw2

vw3

How Install 📑

# 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

Features 🛠️

  • Vue.js