Spotify Go

The application prints the list of tracks from all the playlists of a certain account.

export SPOTIFY_CLIENT_ID=<developers client ID>
export SPOTIFY_CLIENT_SECRET=<developers client ID>
# or 
export SPOTIFY_AUTH_TOKEN=<auth token>

go run main.go <username>