mirror of
https://github.com/He4eT/fuzzsoma.git
synced 2026-05-04 17:27:23 +00:00
21 lines
405 B
Markdown
21 lines
405 B
Markdown
# fuzzsoma
|
|
|
|
Choose [SomaFM](https://somafm.com/) station in your terminal with fuzzy search
|
|
and play it with [VideoLAN](https://www.videolan.org/vlc/) console player ([cvlc](https://forum.videolan.org/viewtopic.php?t=136094)).
|
|
|
|
## Requirements
|
|
|
|
- node
|
|
- cvlc
|
|
|
|
## How to Use
|
|
|
|
- Clone this repository
|
|
- `cd /path/to/fuzzsoma`
|
|
- `npm i`
|
|
- `npm start`
|
|
|
|
Alternatively you can use
|
|
```
|
|
npx /path/to/fuzzsoma
|
|
```
|