You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This service makes use of the Spotify API and implement the search query.
Enter any track details like name, artist etc. in the input box. After clicking on the search button an AJAX call is made to the Spotify API.
The JSON data is retrieved and parsed which is then put to a table where the Name of the Track, Artist of the Track and a preview clip is displayed which you can listen to.