tuner
Version:
play a roster of internet radio stations
42 lines (28 loc) • 571 B
Markdown
# tuner
play a roster of internet radio stations with mplayer
# usage
list the stations:
```
$ tuner
kcsm - jazz (San Mateo, California)
kpfa - berkeley community radio (Berkeley, California)
ksua - uaf student radio (College, Alaska)
kuac - fairbanks public radio (Fairbanks, Alaska)
```
play a station:
```
$ tuner ksua
```
search for a station:
```
$ tuner search alaska
ksua - uaf student radio (College, Alaska)
kuac - fairbanks public radio (Fairbanks, Alaska)
```
# install
With [npm](https://npmjs.org) do:
```
npm install -g tuner
```
# license
MIT