Skip to content

Joe-noh/sptfy

Repository files navigation

Sptfy

Spotify API client library.

Installation

def deps do
  [
    {:sptfy, "~> ..."}
  ]
end

Usage

See the documentation.

Development

# Unit tests
$ mix test

# Integration tests
$ SPOTIFY_TOKEN="..." mix test ./integration_test