README.md
# CitraClient
Elixir client for the Citra Space API.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `citra_client` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:citra_client, "~> 0.1.0"}
]
end
```