README.md
<img src='https://github.com/boostingtech/junex/workflows/actions/badge.svg?branch=master' alt='Github Actions status'/>
# Junex
A simple wrapper to have a better interaction to the [Juno](https://www.juno.com.br/) API.
## Installation
Just add `junex` to your dependencies list on `mix.exs`:
```elixir
def deps do
[
{:junex, "~> 0.1.0"}
]
end
```
## TODO
- [ ] Cover tests to helper functions and create_charges and create_payment
- [ ] Add more funcionalities
- [ ] Better Module organization