negimagss / spotifytrack

A personal homepage showing users' top songs and artists, providing a shareable link that they can use to show it off to friends.

Home Page:https://spotifytrack.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotifytrack

Spotifytrack is a web application a record of your listening habits on Spotify, allowing you to see how your preferences change over time and remember when you discovered your favorite tracks and artists.

It also includes some other Spotify-related tools like the Artist Averager.

Try it yourself: https://spotifytrack.net

A screenshot of Spotifytrack showing the homepage for a user with a timeline showing recently discovered tracks and artists

Directories

  • frontend contains the entire web UI for Spotifytrack. It is built with TypeScript + React.
  • backend contains the backend API server that furnishes all of the data for the web frontend, handles OAuth, deals with caching, etc.
  • research contains Python notebooks used to generate, process, and analyze artist relationship data in order to generate artist embeddings for the artist averager.

Building + Developing

Almost all tasks involved with building or running the code can be found in Justfiles throughout the project. They can be run using the just command runner.

A screenshot of Spotifytrack showing the artist relationship graph, an interactive visualization of the relationship between a user's top artists

About

A personal homepage showing users' top songs and artists, providing a shareable link that they can use to show it off to friends.

https://spotifytrack.net/

License:MIT License


Languages

Language:TypeScript 49.8%Language:Rust 41.5%Language:SCSS 5.8%Language:Handlebars 1.6%Language:JavaScript 1.0%Language:Dockerfile 0.1%Language:Shell 0.1%