Current section
Files
Jump to
Current section
Files
ex_rarible
README.md
README.md
# ExRarible
[](https://hex.pm/packages/ex_rarible)
Rarible API client for Elixir
## Installation
Add the `ex_rarible` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_rarible, "~> 0.0.1"}
]
end
```
## Authors
- Alex Kwiatkowski - alex+git@fremantle.io
## License
`ex_rarible` is released under the [MIT license](./LICENSE)