Simify Web application that allows a user to sign in to Spotify and discover new music and artists by searching similar artists to their favorite singer or group. The user can also play the top tracks of each searched artist. A Node Back End was added in order to make requests from the Spotify API for authentication purposes.
Live site: https://simify.herokuapp.com/
View 1
The Spotify Web API endpoints return JSON metadata about music artists, albums, and tracks, directly from the Spotify Data Catalogue.
https://api.spotify.com/v1/artists/1vCWHaC5f2uS3yhpwWbIA6/albums?album_type=SINGLE&offset=20&limit=10
- Front End
- HTML
- CSS/Flexbox
- Javascript
- jQuery
- Back End
- Node
- Express