ariel-walley / music-matcher

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.

Home Page:https://music-matcher-project.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://music-matcher-project.web.app/


Languages

Language:JavaScript 86.0%Language:CSS 9.7%Language:HTML 4.3%