Skip to content

matthewgrosman/spotify-stats

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Spotifstats

spotifstats.com

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.