Skip to content

rumpl/nanybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanybar

Control AnyBar from the command line or from your javascript code

Install

You must have AnyBar installed and running

The usual :

npm install nanybar -g

Usage

From the command line :

nanybar red

Or if AnyBar is on another port :

nanybar yellow 1025

Or use it as a library :

var nanybar = require('nanybar');

nanybar('red');
nanybar('yellow', 1025);

License

MIT

About

Control AnyBar from your node scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published