A decentralized music tracking and discovery platform built on AT Protocol 馃幍 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
0

Configure Feed

Select the types of activity you want to include in your feed.

rocksky / tools / deno.json
193 B 10 lines
1{ 2 "tasks": { 3 "cron": "deno run cron.ts", 4 "local-proxy": "deno run -A local-proxy.ts" 5 }, 6 "imports": { 7 "@std/assert": "jsr:@std/assert@1", 8 "chalk": "npm:chalk@^5.6.2" 9 } 10}