README.md
# Exdash
[](https://travis-ci.org/TFarla/exdash)
[](https://coveralls.io/github/TFarla/exdash?branch=master)
[](https://hex.pm/packages/exdash) [](https://hex.pm/packages/exdash)
## Installation
1. Add exdash to your list of dependencies in `mix.exs`:
```
def deps do
[{:exdash, "~> 0.0.1"}]
end
```
2. Ensure exdash is started before your application:
```
def application do
[applications: [:exdash]]
end
```