{"id":18155330,"url":"https://github.com/nzoschke/jukelab","last_synced_at":"2025-05-01T04:25:00.132Z","repository":{"id":260221535,"uuid":"869173932","full_name":"nzoschke/jukelab","owner":"nzoschke","description":"JukeLab is a DIY jukebox","archived":false,"fork":false,"pushed_at":"2025-01-21T06:15:38.000Z","size":10475,"stargazers_count":8,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T21:04:21.472Z","etag":null,"topics":["jukebox","music-player","spotify","svelte","webaudio"],"latest_commit_sha":null,"homepage":"https://jukelab.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nzoschke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-07T21:00:24.000Z","updated_at":"2025-01-21T06:15:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ce162bc-67f4-436a-8ada-03b80d020a90","html_url":"https://github.com/nzoschke/jukelab","commit_stats":null,"previous_names":["nzoschke/jukelab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzoschke%2Fjukelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzoschke%2Fjukelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzoschke%2Fjukelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzoschke%2Fjukelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nzoschke","download_url":"https://codeload.github.com/nzoschke/jukelab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251821943,"owners_count":21649409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jukebox","music-player","spotify","svelte","webaudio"],"created_at":"2024-11-02T04:10:34.166Z","updated_at":"2025-05-01T04:25:00.102Z","avatar_url":"https://github.com/nzoschke.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JukeLab\n\nJukeLab brings an old-school jukebox to your next party. Curate a jukebox playlist full of 100 albums, set up a dedicated device, then let your friends control the music all night.\n\n![JukeLab Screenshot](static/jukebox.png?raw=true)\n\nVisit [nzoschke.github.io/jukelab/](https://nzoschke.github.io/jukelab/) to try the development version in your web browser. [Visit jukelab.com](https://jukelab.com) or the [Apple App Store](https://apps.apple.com/app/id1480787158) get the real version for web or iOS (Android coming soon).\n\nJukeLab is a web app built on [HTML Audio](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio) and [Spotify for Developers](https://developer.spotify.com/) with [SvelteKit](https://kit.svelte.dev/).\n\n## Motivation\n\nWe recall the times when artists composed albums, fans wore out records, friends crafted mix CDs, and nerds skinned music apps.\n\nJukeLab brings back a similar music experience that you can curate and customize.\n\n## Developing\n\nJukeLab is built on TypeScript and Svelte 5.\n\nOn Mac we recommend [Homebrew](https://brew.sh/) to install development tools:\n\n```bash\nbrew install git node\n\ngit clone https://github.com/nzoschke/jukelab.git\ncd jukelab\n\n# fill in PUBLIC_SPOTIFY_TOKEN\ncp .env.example .env\n\nsupabase start\n\nnpm install\nnpm run dev -- --open\n```\n\n### Spotify\n\nTo get a development Spotify access token that works for 1 hour, go to the [Getting Started with Web Playback SDK](https://developer.spotify.com/documentation/web-playback-sdk/tutorials/getting-started) doc, log into Spotify, click \"Reveal your access token\", then set it in `.env`:\n\n```bash\nPUBLIC_SPOTIFY_TOKEN=\u003cTOKEN\u003e\n```\n\n![Dev Token](static/token.png?raw=true)\n\nTo make a \"prod\" Spotify app that works indefinitely, go to [Getting started with Web API\n](https://developer.spotify.com/documentation/web-api/tutorials/getting-started) doc, follow the \"Create an app\" section, get your client ID, then set it in `.env`:\n\n```bash\nPUBLIC_SPOTIFY_CLIENT_ID=\u003cCLIENT_ID\u003e\n```\n\n### Supabase\n\n```bash\nsupabase init\nsupabase start\nsupabase status\n\n# create new migration\nsupabase migration new create_channels_table\n\n# then browse to http://127.0.0.1:54323, use table editor, then generate diff\nsupabase db diff --schema public \u003e supabase/migrations/20241104092543_create_channels_table.sql\n\n# generate types\nsupabase gen types --local \u003e src/lib/types/database.ts\n\n# reset data\nsupabase db reset\n```\n\n## Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnzoschke%2Fjukelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnzoschke%2Fjukelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnzoschke%2Fjukelab/lists"}