somafm 0.5.2

A Rust-based command line player for SomaFM radio
# somafm.rs

A Rust-based command line player for SomaFM radio.

Implements a pure-Rust audio backend, but can fallback to using `mpv` as an optional dependency. 

## Install

```bash
$ cargo install somafm
```

## Usage

```bash
$ somafm
⠼ Loading SomaFM channels...
> Select channel from list: Groove Salad: A nicely chilled plate of ambient/downtempo beats and grooves.
⠏ Fetching channel streams...
▹▹▹▸▹ Playing Groove Salad
```

## License

[MIT](LICENSE)