adding a test module for spotify api so that we can review together easily and get some idea before setting up flask web app.
this is only for test purposes. DO NOT MERGE THIS TO MAIN!
edited to use on flask web app. Now main method returns Spotify object that contains artist data from spotify api. Nothing will be printed in console anymore by running spotify_api_call module.
adding a test module for spotify api so that we can review together easily and get some idea before setting up flask web app. this is only for test purposes. DO NOT MERGE THIS TO MAIN!