Library to help with accessing the Spotify Web API.
If available in Hex, the package can be installed
by adding spotify_web_api
to your list of dependencies in mix.exs
:
def deps do
[
{:spotify_web_api, "~> 0.3"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/spotify_web_api.