Spotifex

HexDocs version

A Spotify API client written in Elixir. Based on Elixtagram

Documentation

Documentation about the client can be found on HexDocs

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