SAFE-Dojo icon indicating copy to clipboard operation
SAFE-Dojo copied to clipboard

metaweather.com is down

Open nick-gravgaard opened this issue 2 years ago • 3 comments

I was just working through the dojo, but I ran into problems because metaweather.com is down. I have no idea if it's ever going to come back online, but I suspect it won't. I'm going to review free weather APIs and see if I can find one which looks easy to switch the code to, and looks like it will be around for some time.

Edit: I've made a PR which uses open-meteo instead.

nick-gravgaard avatar May 19 '22 11:05 nick-gravgaard

Great work. As a newcomer to F# I was bummed that this tutorial didn't work out of the box.

ncryer avatar May 28 '22 19:05 ncryer

I had the same experience, could not compile because the site was not up. Wouldn't it be better to just keep local files instead of relying on an external site being up in order to be able to compile?

jonaskello avatar Jun 05 '22 18:06 jonaskello

#134 is merged now, which solves the problem. We just need to get the solution branch updated too so I'll leave this issue open to track that.

@jonaskello I kind of agree. I don't like being reliant on 3 external APIs to compile the app, never mind run it! And I would like the app to be meaningful to people outside the UK. Fixing those issues would mean effectively re-building it from scratch, which might be worth it if we can find the time to invest in it.

theprash avatar Jul 01 '22 15:07 theprash

@jonaskello We've decided on an approach to mitigate APIs being down. I've opened two issues here: #137, #138

theprash avatar Aug 19 '22 10:08 theprash

All done. Thanks again @nickgravgaard

theprash avatar Aug 31 '22 15:08 theprash