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