README.md
# EchonestEx [![Travis CI](https://api.travis-ci.org/desmondhume/echonest_ex.svg?branch=master)](https://travis-ci.org/desmondhume/echonest_ex) [![Coverage Status](https://coveralls.io/repos/github/desmondhume/echonest_ex/badge.svg?branch=master)](https://coveralls.io/github/desmondhume/echonest_ex?branch=master)
Elixir wrapper for Echonest API (V4)
[http://developer.echonest.com/docs/v4](http://developer.echonest.com/docs/v4)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add echonest_ex to your list of dependencies in `mix.exs`:
def deps do
[{:echonest_ex, "~> 0.0.1"}]
end
2. Ensure echonest_ex is started before your application:
def application do
[applications: [:echonest_ex]]
end