Spotifex
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:
Add spotifex to your list of dependencies in
mix.exs:def deps do
[{:spotifex, "~> 0.0.1"}]end
Ensure spotifex is started before your application:
def application do
[applications: [:spotifex]]end