Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 590 Bytes

Edenex

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. :)

Installation

** TODO **

If available in Hex, the package can be installed as:

  1. Add edenex to your list of dependencies in mix.exs:

    def deps do [{:edenex, "~> 0.0.1"}] end

  2. Ensure edenex is started before your application:

    def application do [applications: [:edenex]] end