README.md

# Exdash

[![Build Status](https://travis-ci.org/TFarla/exdash.svg?branch=master)](https://travis-ci.org/TFarla/exdash)
[![Coverage Status](https://coveralls.io/repos/github/TFarla/exdash/badge.svg?branch=master)](https://coveralls.io/github/TFarla/exdash?branch=master)
[![hex.pm version](https://img.shields.io/hexpm/v/exdash.svg)](https://hex.pm/packages/exdash) [![hex.pm downloads](https://img.shields.io/hexpm/dt/exdash.svg)](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
```