A small library for controlling a pianobar installation using strings
npm install radio --save
var pianobar = require('radio');
var entry = pianobar.cmd_supported("play music");
pianobar.exe_cmd(entry);
npm test
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
- 1.0.0 Initial release