nanybar
v1.0.2
Published
Control AnyBar from your node scripts
Readme
nanybar
Control AnyBar from the command line or from your javascript code
Install
The usual :
npm install nanybar -gUsage
From the command line :
nanybar redOr if AnyBar is on another port :
nanybar yellow 1025Or use it as a library :
var nanybar = require('nanybar');
nanybar('red');
nanybar('yellow', 1025);