"Spotify Search-O-Rama" was a little one-day exercise done during my stint at SPICED Academy. To speed things up a little, we're using a proxy to make API access easier.
https://videothrone.github.io/spotify-search/
HTML, CSS, JavaScript, jQuery, Spotify API, AJAX
-
Users can search for artists or albums, the same way they can use the native search. The infocards, which are rendered after a search, can be clicked and link to the respective artists / albums on Spotify.
-
After twenty results a "more"-button is rendered. On click it renders another twenty results. If less than twenty results are available, the button is hidden afterwards.
-
A default image is rendered for artists without profile pictures
-
Learning to use an API to display data (this was the first API we used)
-
Working with AJAX and JSON and making an "infinite scroll" via the "more"-button