README.md

# Spotify Web API
[![Build Status](https://travis-ci.org/chippers/spotify_web_api.svg?branch=master)](https://travis-ci.org/chippers/spotify_web_api)

Library to help with accessing the Spotify Web API.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `spotify_web_api` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:spotify_web_api, "~> 0.2.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/spotify_web_api](https://hexdocs.pm/spotify_web_api).