openpodcast / api

OpenPodcast API server
https://openpodcast.dev
8 stars 2 forks source link

Anchor API #101

Closed mre closed 1 year ago

mre commented 1 year ago

@woolfg, tested the API, and it works and stores the correct data locally. Can you have another look?

mre commented 1 year ago

All tests pass for me, except for two unrelated analytics tests, which also fail in main. 🤔

mre commented 1 year ago

I've addressed the feedback so far (thx!). If you have time, we can do another round of feedback. 😃

mre commented 1 year ago

I do not like switch statements ;) https://javascript.plainenglish.io/why-you-should-avoid-switch-statements-in-javascript-ce07d5b60da4

Moved to if-conditions. 👍