A Vue Weather Application that fetches the current weather forecast from local cities and states using OpenWeather API
DEMO 🚀 RUN DEMO
- Vue.js
- Vue CLI
- Bootstrap 4
- BootstrapVue
- Javascript (ECMAScript 2020)
- Searchable weather forecast for any city in the USA.
- Display current weather forecast for days and nights.
- Show current weather forecast and condition for city.
- current weather's
temperature
. - current weather's
condition
(rain, sleet, snow ..etc). - current weather's
description
.
- current weather's
- Display the
7-days weekly forecast
for a given city.
Project Setup and Build
- Clone this repo:
$ git clone https://github.com/cbedroid/vue-weather-app.git
- To Install:
$ cd vue-weather-app
$ yarn install
- To Run:
$ yarn serve
Want to contribute to this project?
- 🍴 Fork this repo
- 🔥 Add your awesome new feature
- 👉 Submit a pull request
..So you found a bug 🐛 now what...
Just open up an issue and describe the problems you are experiencing.
- issue - Describe the bug you are having here