mirror of
https://github.com/He4eT/fuzzsoma.git
synced 2026-05-05 01:37:22 +00:00
23 lines
571 B
Markdown
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
|
|
```
|