Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 303 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 303 Bytes

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