Client library for controlling AnyBar.
Build server | Platform | Build status | Tests |
---|---|---|---|
AppVeyor | Windows | ||
Travis | Linux / OS X |
AnyBar client is available as a NuGet package.
You can install it by listing it in your project.json
or .csproj
files or by using the NuGet CLI:
Install-Package AnyBar.Client
The API usage:
var client = new AnyBarClient("localhost", 1738);
client.Change(AnyBarImage.Red);
The list of possible colors defined in type AnyBar.AnyBarImage
:
public enum AnyBarImage
{
White,
Red,
Orange,
Yellow,
Green,
Cyan,
Blue,
Purple,
Black,
Question,
Exclamation
}
Clone the repo and run ./build.ps1
or ./build.sh
. Build tasks defined in build.cake
file which uses Cake.