Instrumental

An Elixir client for Instrumental

Requirements

Installation

Add Instrumental as a dependency in your mix.exs file

def application do
[applications: [:instrumental]]
end
defp deps do
[
{:instrumental, "~> 0.1.0"}
]
end

Then run mix deps.get in your shell to fetch the dependencies.

Configuration

Add an instrumental config option and a value for token in your config.exs

config :instrumental,
token: "mytoken"

Options

Authors