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.
- Host: GitHub
- URL: https://github.com/aaayyuusshh/spotify-playlist-explorer
- Owner: aaayyuusshh
- Created: 2022-09-15T16:47:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T08:18:48.000Z (almost 4 years ago)
- Last Synced: 2025-10-26T22:36:35.764Z (9 months ago)
- Topics: backend, rest-api
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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

## 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**

**IN OUR APP**

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