Website that allows a user to see the top 10 songs from a query search of an artist's name. Links to songs will be hyperlinked. Will redirect to Spotify.
- Python (preferably the latest version)
- Spotify Developer Account
- Application through Spotify Developer Portal
git clone
this repository.cd SpotiSearch
pip install -r requirements.txt
touch .env
vim .env
- Enter
CLIENT_ID
andCLIENT_SECRET
tokens into the.env
file. These should be from the application you created through the SDP. python3 main.py
- The terminal should have generated an IP address at which your localhost is live. Enter that IP address in your browser search bar.
Ctrl+C
in Terminal when finished.
- Add basic/advanced CSS.
- Show images for album covers of songs.
- Make images hyperlinks.
- Deploy somewhere on internet.
- Add a showing of how many streams the song has in place of popularity indicator.
- Dropdown list of artists after search.
- Select from a list of countries and then show the top 10 songs in that country.
- Across languages.
- For a specific language.