README.md

# Spotifex

[![HexDocs version](https://img.shields.io/hexpm/v/spotifex.svg)](https://hexdocs.pm/spotifex/)

A Spotify API client written in Elixir. Based on [Elixtagram](https://github.com/Zensavona/elixtagram/)

## Documentation

Documentation about the client can be found on [HexDocs](https://hexdocs.pm/spotifex/)

## Installation

The package can be installed as:

  1. Add spotifex to your list of dependencies in `mix.exs`:

        def deps do
          [{:spotifex, "~> 0.0.1"}]
        end

  2. Ensure spotifex is started before your application:

        def application do
          [applications: [:spotifex]]
        end