Weather App with Vue.js

My first project to learn Vue.js. It's a simple the Weather app to check the weather for your current location or in other places. Demo

Highlights

Getting Started

Prerequisites

  • yarn
npm install --global yarn
  • vue cli
npm install -g @vue/cli
# OR
yarn global add @vue/cli
  • npx
npm install -g npx

Project setup

  1. Get a free API Key at https://openweathermap.org
  2. Clone the repo
git clone https://github.com/gbouhours/weather-app.git
  1. Install packages
yarn install
  1. Enter your OpenWeatherMap API in .env.local

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Licence

Distributed under the MIT License.

Contact

Grégory Bouhours @GregoryBouhours

Project Link: https://github.com/gbouhours/weather-app.git

Project demo: https://tourmaline-bienenstitch-498e76.netlify.app/