3Ustin / spotify_web_client

Project to learn skills and leverage public Spotify API's to build a better listening experience
0 stars 0 forks source link

Add data about current song to player #6

Closed MtuMartian closed 2 years ago

MtuMartian commented 2 years ago

Once we have web playback complete, we may want to know what song is currently playing in our UI. This data can be fetched from the WebPlayback SDK getCurrentState method https://developer.spotify.com/documentation/web-playback-sdk/reference/

This issue will be complete when our application displays the current song title, album title, and artist. If there is no current song, display a message saying no song is currently playing

3Ustin commented 2 years ago

This Pull request solve issue #6