README.md

# Voxbone

[![Hex.pm Version](http://img.shields.io/hexpm/v/voxbone.svg)](https://hex.pm/packages/voxbone)
[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/voxbone)
[![Build Status](https://travis-ci.org/jshmrtn/ex-voxbone.svg?branch=master)](https://travis-ci.org/jshmrtn/ex-voxbone)
[![Coverage Status](https://coveralls.io/repos/github/jshmrtn/ex-voxbone/badge.svg?branch=master)](https://coveralls.io/github/jshmrtn/ex-voxbone?branch=master)
[![Inline docs](http://inch-ci.org/github/jshmrtn/ex-voxbone.svg)](http://inch-ci.org/github/jshmrtn/ex-voxbone)
[![Hex.pm](https://img.shields.io/hexpm/dt/voxbone.svg)](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).