Skip to content

matthewgrosman/spotify-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotifstats

What is this project?

Spotifstats is a website that shows your top artists and songs from your Spotify listening history! View your favorites across several time ranges to see how your listening patterns have changed (or maybe how they have not so much changed).

This site was made using Java as the back-end language, HTML + CSS + JavaScript for the front-end, Maven to manage dependencies for the web-app side of things, and then deployment was done on Heroku. The Spotify functionality comes from using the Java Spotify API wrapper in the back-end.

Photos

loginScreenshot artistsScreenshot tracksScreenshot

What's next?

Optimizing the website to look nicer on mobile. Currently, this works best on a computer monitor sized display. I'll probably revisit this in the future when I have some time to learn more about mobile website optimization.