Open StephanHoyer opened 1 year ago
rem-rest-api.herokuapp.com is gone. All ajax examples don't work anymore.
Can confirm the endpoint is down.
Thanks for the heads up, it was discussed in the chat, I hadn't seen this issue...
I think Heroku retired the free tier, and Leo understandably let REM disappear.
A possible solution would be to emulate the API using a service worker. If anyone feels like writing that it would be most welcome.
There's also a dead link to brick.mozilla.io
in .//docs/hyperscript.md
I'm removing these links from the WIP docs for the linter to pass, and mark this bug as critical so that we don't forget fixing it before the release.
In the simple application example it refers to "bin/app.js" which webpack right now generates a "bin/main.js"
I'm halfway through but I am currently using https://jsonplaceholder.typicode.com/users which works for the beginnings but I will probably get issues with POST and such...
It does require changing the user display to fullname instead of first-name + " "+lastname
@pygy Seems that project was archived years ago: https://github.com/mozbrick/brick (though oddly its subrepos weren't).
Would it be fine to use some free public fake API like https://jsonplaceholder.typicode.com for now? Broken example on the main page surely isn't good for bringing new users.
The last Example does not work, I think because of CORS. We should fix that.