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
- Host: GitHub
- URL: https://github.com/he4et/fuzzsoma
- Owner: He4eT
- Created: 2023-12-25T21:56:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T14:32:55.000Z (about 1 year ago)
- Last Synced: 2025-12-27T21:48:57.805Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))
## 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
```
