spotify / web-api-examples

Basic examples to authenticate and fetch data using the Spotify Web API
Apache License 2.0
1.99k stars 1.67k forks source link

Showing the user their playlist #68

Open walter-grace opened 3 years ago

walter-grace commented 3 years ago

I want to be able to add the scope I put in to be able to show back to the user, any suggestion? I am guessing I need to get it in the .html file, but not sure how to format it. `

Display name
{{display_name}}
Id
{{id}}
Email
{{email}}
Spotify URI
{{external_urls.spotify}}
Link
{{href}}
Profile Image
{{images.0.url}}
Country
{{country}}
`