fuzzsoma/README.md
2023-12-25 23:42:24 +01:00

23 lines
580 B
Markdown

# fuzzsoma
Select a [SomaFM](https://somafm.com/) station in your terminal using fuzzy search
and play it with the [VideoLAN](https://www.videolan.org/vlc/) console player aka [cvlc](https://forum.videolan.org/viewtopic.php?t=136094)
<a href="https://somafm.com/"><img src="https://somafm.com/linktous/335x50sfm2_1.gif" alt="SomaFM commercial free internet radio" border=0 width=335 height=50 ></a>
## 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
```