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/
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
npm install
npm run serve
npm run build
npm run lint