JasonWei512 / code-radio-cli

🎵 A command line music radio client for https://coderadio.freecodecamp.org, written in Rust.
https://crates.io/crates/code-radio-cli
MIT License
352 stars 16 forks source link

Fix 404 error by switching to the new SSE API #21

Closed JasonWei512 closed 1 year ago

JasonWei512 commented 1 year ago

Fix #20. Code Radio no longer uses the old WebSocket API. Now they are using Server-Sent Events to stream "now playing" info to the clients.