Written by: Ben Bellerose
Reference: https://github.com/drshrey/spotify-flask-auth-example
Description: This code will load user information, playlist, and album information from the spotify api.
Dependencies:
-Flask
-Python 2.7
Instructions:
- Move to the main directory of your project in your terminal. (cd command)
- Activate your virtualenv.
- Type ‘python main.py’ into your terminal to run program.
- Visit http://127.0.0.1:8080/ in your web browser.
- Log in to your spotify to see album information.