A weather app build with VueJS and bootstrap-vue.
API Used: https://openweathermap.org/api
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