# 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 <STATION> The ID of the station to play from
-v, --volume <VOLUME> Volume, between 0 and 10 [default: 10]
-V, --version Print version information
```
## Build
Install [Rust](https://rustup.rs/), then run:
```
cargo build --release
```