An open API service indexing awesome lists of open source software.

https://github.com/aaayyuusshh/spotify-playlist-explorer

A web app that lets you browse all of Spotify's categories, playlists under each category, & tracks under each playlist by utilizing Spotify's REST API.
https://github.com/aaayyuusshh/spotify-playlist-explorer

backend rest-api

Last synced: 16 days ago
JSON representation

A web app that lets you browse all of Spotify's categories, playlists under each category, & tracks under each playlist by utilizing Spotify's REST API.

Awesome Lists containing this project

README

          

![🎶_Spotify_Playlist_Explorer_🎶_](https://user-images.githubusercontent.com/80851741/191430395-3ca5bef2-b025-42f0-b542-9b941f437a75.png)

A web application that lets you browse all of Spotify's categories, playlists under each category, & tracks under each playlist.
__________________________

Screen Shot 2022-09-21 at 12 33 06 AM

## Web Application Overview
- Users can browse every Spotify category (ex: Workout, Hip-hop, Pop, Indie etc)
- Users can browse every Spotify playlist for each category. (ex: Motivation Mix, Cardio etc. for Workout category)
- Upon selecting a category and a playlist, a list of songs from the selected playlist is displayed.
- Users can click on any of the displayed songs to view extra details about the song.
- Categories, playlists, & tracks are updated here upon Spotify updating them.

## What exactly are we doing here?
To understand what this web application is achieving, we will do the following action both in Spotify & this application:

_⮕ Browse Spotify categories & click on Hip-hop ⮕ Click on playlist Northern Bars ⮕ Tracks in Northern Bars playlist gets displayed_

**IN SPOTIFY**

![Screen Shot 2022-09-21 at 1 00 17 AM](https://user-images.githubusercontent.com/80851741/191436283-e57e51bd-092e-4e92-817e-faa7c73d616f.png)

**IN OUR APP**
Screen Shot 2022-09-21 at 1 02 03 AM

## Resources
- Spotify Web API Docs (https://developer.spotify.com/documentation/web-api/)
- Spotify Web API Endpoints (https://developer.spotify.com/documentation/web-api/reference/#/)