This project is a web application for searching songs and adding them to a new playlist in Spotify using the Spotify developer API. You can run this repository locally by simply running npm start
. Alternativly you open the repository in Github codespaces and the project will be run automatically on deployment.
- To start click on the authenticate button at the top, this will send you to the Spotify login page where you must allow the application permission to your account.
- After allowing permission you will be sent back to main page of the app, click authenticate again. This will genereate an api token if you have accepted application permission in the previous step.
- You can now search for songs using the search bar and move any songs you like to the playlist tab on the right. You can also delete unwanted songs with the X button.
- Once you are satisfied with the playlist, give it a name and click the "Add Playlist" button. If all previous steps were followed, this should create a playlist on your Spotify account.