chippers / spotify_web_api

An Elixir library to help with accessing the Spotify Web API.

Home Page:https://hex.pm/packages/spotify_web_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Web API

Build Status

Library to help with accessing the Spotify Web API.

Installation

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.

About

An Elixir library to help with accessing the Spotify Web API.

https://hex.pm/packages/spotify_web_api

License:MIT License


Languages

Language:Elixir 100.0%