Play the KCRW live stream in your Terminal. Because why not.
Made mostly possibe by node-lame and node-speaker.
With npm do (you may need sudo):
npm install -g kcrw
On Debian/Ubuntu, the ALSA backend is selected by default, so be sure
to have the alsa.h
header file in place:
$ sudo apt-get install libasound2-dev
Play KCRW:
$ kcrw
Haven't tested on Windows. Would like to add KCRW's 24/7 streams (both news & music to be played via command line args).
MIT