{{ $user := .Get 0 }} {{ $playlist_id := .Get 1 }} {{ $playlist := getJSON "https://spotify-public-proxy.herokuapp.com/v1/users/" $user "/playlists/" $playlist_id }}
Track | Artist | Album | |
---|---|---|---|
{{ end }} | {{ .name }} | {{ range $i, $e := .artists }}{{ if $i }}, {{ end }}{{ .name }}{{ end }} | {{ .album.name }} |