fuzzsoma/README.md
2023-12-25 23:39:35 +01:00

23 lines
571 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))
<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
```