BACKGROUND β’ TECH STACK β’ SETUP
β Love for Spotify β
This is really a tribute to the Spotify API. I absolutely love how Spotify makes yearly wraps for every user and I wanted to make something of my own! Combining my passion for frontend and graphic design, I created and designed a newspaper displaying a user's top songs.
βοΈ PLANNED DESIGN |
βοΈ FINAL DESIGN |
---|---|
Here's a brief high-level overview of the tech stack Newspaperify uses:
- This project uses CSS, HTML, and JS and is deployed with flask
- Spotify API is called multiple times to login and get user information
- go to https://developer.spotify.com/dashboard/login and make an account and a project
- go to your project and click "EDIT SETTINGS" and add your "Redirect URIs" (with ports)
After you get credentials...
- python3 setup.py install
- flask run