jimmerioles / progressive-weather-app

A local weather app that fetches weather forecast from Openweathermap.org. A Progressive Web App built with Vue.js.
https://jimmerioles.github.io/progressive-weather-app/
233 stars 48 forks source link

[Not an issue] using yr.no source #1

Closed Bitti09 closed 5 years ago

Bitti09 commented 6 years ago

did a quick and maybe verry dirty switch to yr.no as a source. Disadvantage:

Changes that i did: https://github.com/Bitti09/progressive-weather-app/commit/5f05282a618c852d6f92053fc8ec00ad6dc84a65 -> https://bitti09.github.io/progressive-weather-app/

Btw : i get 100/100 on Lighthouse with your source :smiley:

jimmerioles commented 6 years ago

Thanks for the heads up man! That was really helpful I really appreciate it :+1:

I am currently improving the app based on the feedback I received.

Bitti09 commented 6 years ago

yr.no apis are really amazing :smiley: pushed a new update to my fork: Added sunrise/set &moonrise/set from yr.no + replaced the icons with weathericons.io ones (which currently seems to force a score of 91/100 when using it as the big weather one :( )

jimmerioles commented 6 years ago

Looking great man!

Btw, I've made the decision to wait for vue-cli's stable release before adding the new improvements.