README.md
# Wrappex
[Wrappex](https://hex.pm/packages/wrappex) is a various API wrapper libraries in Elixir. Here is an example:
```elixir
iex>
```
See the [online documentation](https://hexdocs.pm/wrappex).
## Installation
Add to your ```mix.exs``` file:
```elixir
def deps do
[
{ :wrappex, "~> 0.0.1" }
]
end
```
## License
This project is licensed under the terms of the MIT license, see LICENSE.