/weather-forecast

Weather forecast based on openweathermap.org API

Primary LanguageVue

weather-forecast

Please note, the free version of OpenWeather API does not give access to the daily API (only paid), I'm using one-call api combination with weather api to overcome the limitation.

Working Demo: https://d1y5vtkcw7xix1.cloudfront.net/

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.