π΅ A command line music radio client for https://coderadio.freecodecamp.org, written in Rust.
Code Radio CLI
π΅ 24/7 music designed for coding, now in your terminal!
A command line music radio client for https://coderadio.freecodecamp.org (about), written in Rust.

Install
- Download prebuilt binary from GitHub release page.
- πͺ On Windows, install with WinGet:
winget install code-radio-cli
- π¦ Install with Cargo:
cargo install code-radio-cli
After installation, run code-radio in command line to start. You may need to restart your shell first.
β About building and running on Linux π§
This program uses rustaudio/cpal lib to play audio, which requires ALSA development files on Linux.
In order to build and run this program on Linux, you need to installοΌ
libasound2-devon Debian / Ubuntualsa-lib-develon Fedora
Usage
code-radio [OPTIONS]
OPTIONS: -h, --help Print help information -n, --no-logo Do not display logo -s, --select-station Manually select a station -v, --volume <VOLUME> Volume, between 0 and 9 [default: 9] -V, --version Print version information