A web application to analyse artists on Spotify using the Spotify API, Django, Bootstrap and Chart.js.
- You will need to use your own Spotify API keys, which can be assigned at the top of views.py as
CLIENT_IDandCLIENT_SECRET.
- Navigate to the src folder in shell, use
python manage.py runserver, Django will open a devlopment server and give you an IP to connect to.