A website inspired by Last.fm that will keep track of your listening statistics
lastfm
music
statistics
Go
61.6%
CSS
14.7%
Python
13.8%
HTML
9.5%
JavaScript
0.4%
Other
0.1%
code
Clone this repository
https://tangled.org/oscarzwagers.nl/keeptrack
git@tangled.org:oscarzwagers.nl/keeptrack
For self-hosted knots, clone URLs may differ based on your setup.
Add router to server struct and expose it as a method
Move router creation to router package
Split bridge package into routes and schemas files
(These files are from an earlier project)
Refactor artist scrobble repository to support filtering by user ID and
time range in a more maintainable way with helper functions
Add new GetCount method to retrieve total scrobble count for an artist
Update service and handler layers to use the new repository methods
README.md