The purpose of Build Week is to empower students to demonstrate mastery of your learning objectives. The Build Weeks experience helps prepare students for the job market.
This simple app will recommend a list of songs based on the user's choice.
Type in a song title and/or artist name in the labeled input boxes and click the "Search" button. Then, select a song choice from the drop down menu on the right side of the page and click "Add". The app will reveal an output with the song ID. You can then click on the "Get Suggestions" button and a lst of silimar tracks and artist will appear on the right.
https://spotify-ds34.herokuapp.com/
This app was made using the Spotify API through a Client ID and a Client ID Secret. You will need a free or paid Spotify account to access these keys that can be found here: https://developer.spotify.com/dashboard/login
You will need to click on "CREATE AN APP" to obtain access.
Installing:
If you wish to run this app locally, you will need to install dependencies via requirements.txt
This project is licensed under the MIT License - see the LICENSE.txt file for details