/spotify-hs

Haskell wrapper for Spotify Web API

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

spotify-hs

Credentials

Get your credentials at Spotify for Developers.

On terminal:

export SPOTIFY_CLIENT_ID="YOUR CLIENT ID"
export SPOTIFY_CLIENT_SECRET="YOUR CLIENT SECRET"

Installation

Download or clone the repository, in the project folder run

stack install

If you want to run the example

 stack ghci Example/AudioFeatures.hs
 *Main> main