Skip to content

๐Ÿ”Ž Accessing the Spotify API to search for artists & albums on a single page.

Notifications You must be signed in to change notification settings

videothrone/spotify-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Spotify Search-O-Rama

"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.


Siteflow

Spotify Search-O-Rama

Demo

https://videothrone.github.io/spotify-search/

Tech

HTML, CSS, JavaScript, jQuery, Spotify API, AJAX

Features

  • 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

Goals while doing the project

  • 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

About

๐Ÿ”Ž Accessing the Spotify API to search for artists & albums on a single page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published