CompositionalIT / SAFE-Dojo

An introductory dojo to learn how to develop full stack web applications in F#
378 stars 126 forks source link

Metaweather alternative #134

Closed nick-gravgaard closed 2 years ago

nick-gravgaard commented 2 years ago

metaweather.com is down. This PR changes the code to use open-meteo.com's API and display open source weather icons instead.

theprash commented 2 years ago

@nickgravgaard Thanks very much for making this change. 🙏🏾

I'll see if I can get it ported into the solution branch today. However, since master isn't even building right now, I'll merge this now, even though the solution will be completely out of sync.

Generally, I think it's easier to make these changes in the solution branch first (because it's easier to test) and them port them to master later so you might want to try that for any future contributions.