Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 678 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 678 Bytes

Junex Build status Hex.pm

A simple wrapper to have a better interaction to the Juno API.

Installation

Just add junex to your dependencies list on mix.exs:

def deps do
  [
    {:junex, "~> 0.2.0"}
  ]
end

Online documentation can be found on Hex.pm

TODO

  • Cover tests to helper functions and create_charges and create_payment
  • Add more funcionalities
  • Better Module organization