buccolo / anybar

Elixir interface for interacting with AnyBar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnyBar Build Status Hex pm

Elixir interface to AnyBar

Installation

First, add AnyBar to your mix.exs dependencies:

def deps do
  [{:anybar, "~> 0.3.0"}]
end

Then, update your dependencies:

$ mix deps.get

Usage

Your program can interact with AnyBar through the API:

AnyBar.change("orange")
#=> :ok

AnyBar.change("red", 12345)
#=> :ok

Or by running a mix task:

$ mix anybar orange

Or by installing the escript:

$ mix escript.install hex anybar
./anybar blue

About

Elixir interface for interacting with AnyBar


Languages

Language:Elixir 100.0%