Skip to content

dotdotdotpaul/edenex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

EVE Online API library for Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages