Skip to content

A React web app that generates a list of the songs you have in common with other Spotify users. This app accepts user-inputted usernames, uses the Spotify API to pull all song from the users' publicly-available playlists, and finds songs and artists in common.

Notifications You must be signed in to change notification settings

ariel-walley/music-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A React web app that generates a list of the songs you have in common with other Spotify users based on public playlist info.

Web app available at: https://music-matcher-project.web.app/

This app uses the Spotify API to pull a list of the inputted users' playlists, send additional requests for the songs on each playlist, and identify the songs in common using methods from the lodash open-source library. Styling was developed using styled-components.

If you do not have a Spotify account, you can use the following usernames for the demo: spotify:user:chrissy.walley, spotify:user:1229503923.

About

A React web app that generates a list of the songs you have in common with other Spotify users. This app accepts user-inputted usernames, uses the Spotify API to pull all song from the users' publicly-available playlists, and finds songs and artists in common.

Topics

Resources

Stars

Watchers

Forks