Spotify Sharer is a MERN stack app that displays 4 Spotify players that anyone can update the albums in the video players.
You can interact with the website by clickin this link
2024-08-24.01-07-28.mp4
- Go to any album on Spotify.
- Click the three dots nexts to the play button.
- Scroll down to "Share" in the dropdown menu.
- Select "Copy album link".
- Paste that URL into one of the 4 inputs and click the Update Album button for that input.
- React
- TypeScript
- Express.js
- Node.js
- Vercel
- Axios
- react-spotify-embed
The front is created using React, TypeScript, Axios for API calls, and the react-spotify-embed NPM package to display Spotify players in React. I'm hosting the site using Vercel so users can interact with the front end.
The backend is created using Node.js and Express.js to make the API calls to the backend. It stores the Spotify URLs in MongoDB.