https://github.com/landsman/music
Aggregate data about music we listen. Updated every five seconds.
https://github.com/landsman/music
deno github-pages lastfm react supabase vite
Last synced: 3 months ago
JSON representation
Aggregate data about music we listen. Updated every five seconds.
- Host: GitHub
- URL: https://github.com/landsman/music
- Owner: landsman
- Created: 2025-01-31T11:24:26.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2026-03-27T13:47:34.000Z (3 months ago)
- Last Synced: 2026-03-27T20:39:45.728Z (3 months ago)
- Topics: deno, github-pages, lastfm, react, supabase, vite
- Language: TypeScript
- Homepage: http://music.insuit.cz
- Size: 603 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# music
[](https://landsman.betteruptime.com)
The purpose of this project is to store data about the music I listen to in my
own database and to query it using SQL. I also want to have fun while learning
more about [Supabase](https://supabase.com) native features.
Currently, I am downloading all historical data from my Last.fm profile using
its API to PostgresSQL via [Edge Functions](.docs/_edge_functions.md) and the
[built-in cron extension](.docs/_cron.md), which run every 5 minutes and
download 500 items.
## Roadmap
- [x] download and sync listened tracks from Last.fm every 5 minutes
- [ ] fetch tags from last.fm to downloaded tracks:
https://www.last.fm/api/show/track.getTags
- [ ] connect to spotify api, find track links to play them
- [ ] fetch detailed info about artists from last.fm or spotify
- [ ] fetch detailed info about albums from last.fm or spotify
## Tools
- Read [documentation](.docs/README.md) about localhost setup and cloud
configuration
- [IntelliJ IDEA](https://www.jetbrains.com/idea/) as a code editor
- [Docker](https://docs.docker.com/get-started/get-docker/) for a localhost
studio
- [Deno](https://deno.com)
- [Bruno](https://www.usebruno.com) for easy debugging
- [Supabase](https://supabase.com) account
- [Last.fm](https://www.last.fm/home) account
[connected to Spotify](https://www.last.fm/about/trackmymusic),
[API key](https://www.last.fm/api/authentication)
- [Sentry](https://sentry.io/) for error notifications
- [BetterStack](https://betterstack.com/uptime) for uptime monitoring