Skip to content

chiragobhan/vue-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A weather app build with VueJS and bootstrap-vue.
API Used: https://www.metaweather.com/api/

Important Update: CORS-Anywhere policies have changed, before you click the demo link below, kindly go to this link and click on "Request temporary access to the demo server" button. You will not be able to load the live demo unless you do this step.

Live Demo - https://chiragobhan.github.io/vue-weather/

User Story

A Challenge posted on DevChallenges.io

  • I can see city weather as default, preferably my current location
  • I can search for city
  • I can see weather of today and the next 5 days
  • I can see the date and location of the weather
  • I can see according to image for each type of weather
  • I can see the min and max degree each day
  • I can see wind status and wind direction
  • I can see humidity percentage
  • I can see visibility indicator
  • I can see air pressure number

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.