Edenex is an Elixir library (and a simple example app) that can interface with the EVE Online APIs.
** NOTE ** This project is me teaching myself Elixir, so don't expect it to be perfect anytime soon. :)
** TODO **
If available in Hex, the package can be installed as:
-
Add edenex to your list of dependencies in
mix.exs
:def deps do [{:edenex, "~> 0.0.1"}] end
-
Ensure edenex is started before your application:
def application do [applications: [:edenex]] end