Elexus

A Lightweight wrapper for the Nexus Hub API, written in Elixir.

Installation

The package can be installed by adding elexus to your list of dependencies in mix.exs:

def deps do
  [
    {:elexus, "~> 0.1.0"}
  ]
end