Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 1.64 KB

File metadata and controls

44 lines (41 loc) · 1.64 KB

Simify

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/

Screenshots

View 1

View 1

View 2 View 2

API Documentation

Spotify

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

Technologies:

  • Front End
    • HTML
    • CSS/Flexbox
    • Javascript
    • jQuery
  • Back End
    • Node
    • Express