diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,23 @@ # somafm.rs -A Rust-based SomaFM command line client.
\ No newline at end of file +A Rust-based command line player for SomaFM radio + +Currently requires `mpv` installed as the media backend, pure-rust media output is planned. + +## 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. +``` + +## License + +[MIT](LICENSE) |
