Code Radio CLI

A command line music client for https://coderadio.freecodecamp.org

Usage

``` code-radio [OPTIONS]

OPTIONS: -h, --help Print help information -l, --list-stations List all stations -s, --station The ID of the station to play from -v, --volume Volume, between 0 and 10 [default: 10] -V, --version Print version information ```

Build

Install Rust, then run:

cargo build --release