README.md
# Voxbone
[](https://hex.pm/packages/voxbone)
[](https://hexdocs.pm/voxbone)
[](https://travis-ci.org/jshmrtn/ex-voxbone)
[](https://coveralls.io/github/jshmrtn/ex-voxbone?branch=master)
[](http://inch-ci.org/github/jshmrtn/ex-voxbone)
[](https://hex.pm/packages/voxbone)
## Installation
The package can be installed by adding `voxbone` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:voxbone, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can
be found at [https://hexdocs.pm/voxbone](https://hexdocs.pm/voxbone).