🎧 freecodecamp radio stream details, please?

Hey there folks!

I am listening to the fcc radio for quite some time now. And today I just got to me that I want to code a similar project :slight_smile:

I am wondering which method it uses to stream the audio and sync it with the thumbnails and title and how this all is distributed in general.

can anyone enlighten me?

if you’re curious, this is the githup repo for coderadio: GitHub - freeCodeCamp/coderadio-client: 24/7 music designed for coding - https://coderadio.freecodecamp.org

ty! can’t seem to find where resources come into play, seems they’re accessed through some kind of API? Where are the calls being made? Didn’t expect it to be that complex :sweat_smile:

the various components are defined in the files in src/components/, it’s a React based app

well, obviously :sweat_smile: but still no call in any of these

App.js line 14, it seems it is using Nchan as a server from where the songs come

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.