An open API service indexing awesome lists of open source software.

https://github.com/he4et/fuzzsoma

SomaFM CLI station selector
https://github.com/he4et/fuzzsoma

Last synced: about 2 months ago
JSON representation

SomaFM CLI station selector

Awesome Lists containing this project

README

          

# 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 (also known as [cvlc](https://forum.videolan.org/viewtopic.php?t=136094))

SomaFM commercial free internet radio

## 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
```