This week we covered building a website using tools.deps, ring, compojure and providing a very simple start/stop mechanism for the server. This server then used clj-http to get data from YouTube and convert the JSON response to Clojure data structures. Navigating the YouTube API was probably the most challenging part as it’s quite detailed https://youtu.be/FcRA_Y4zzjI
https://practicalli.github.io/blog/posts/practicalli-youtube-website/