Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Spotify teaser tracks for artists #16

Open
danielbogomazov opened this issue Mar 14, 2019 · 0 comments
Open

Add Spotify teaser tracks for artists #16

danielbogomazov opened this issue Mar 14, 2019 · 0 comments

Comments

@danielbogomazov
Copy link
Owner

danielbogomazov commented Mar 14, 2019

When a user clicks on an upcoming recording's tableview cell, they should be able to listen to a teaser of the artist's top track.

Artist's top tracks:
https://developer.spotify.com/documentation/web-api/reference/artists/get-artists-top-tracks/

  • /v1/artists/{id}/top-tracks

Track preview:
https://developer.spotify.com/documentation/web-api/reference/object-model/

  • track object (full)
    • preview_url

Beta API reference: https://developer.spotify.com/documentation/web-api/reference-beta/

Provide a prompt when the user first opens the application for them to sign into their spotify account to provide apollo with the authentication token.
If they do not, grey out the music player and include a small notes prompting the user to login to have access to this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant