This is a project that I created that allows users to create new/edit existing Spotify playlists using the Spotify API. I made this because there isn't a convenient way to make a Spotify playlist (aside from searching the songs and adding manually). This app allows users to see whats in their playlists while editing them.
A fully functioning webpage can be used at: https://waiklam.github.io/ProjectPlaylist/
- Fork the repository
- Clone the repository or download it
- Open your terminal and in the project folder, run:
npm install
- Change redirect_uri in Authentication.js to http://localhost:3000/
- Start the server with:
npm start