{"id":24612648,"url":"https://github.com/dev-siri/wavelength","last_synced_at":"2026-01-19T21:02:54.754Z","repository":{"id":272474788,"uuid":"916717465","full_name":"Dev-Siri/wavelength","owner":"Dev-Siri","description":"Call this a glorified YT Music wrapper.","archived":false,"fork":false,"pushed_at":"2025-03-09T19:37:10.000Z","size":625,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T20:27:02.209Z","etag":null,"topics":["flutter","mobile","music","svelte","sveltekit","typescript","web"],"latest_commit_sha":null,"homepage":"https://mavelength.vercel.app","language":"Svelte","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/Dev-Siri.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":"2025-01-14T16:27:24.000Z","updated_at":"2025-03-09T19:37:13.000Z","dependencies_parsed_at":"2025-02-13T16:28:13.117Z","dependency_job_id":"4f466207-6ef9-4a0b-8af3-7c1196650be3","html_url":"https://github.com/Dev-Siri/wavelength","commit_stats":null,"previous_names":["dev-siri/wavelength"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2Fwavelength","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2Fwavelength/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2Fwavelength/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2Fwavelength/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dev-Siri","download_url":"https://codeload.github.com/Dev-Siri/wavelength/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244259384,"owners_count":20424542,"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":["flutter","mobile","music","svelte","sveltekit","typescript","web"],"created_at":"2025-01-24T20:23:28.219Z","updated_at":"2026-01-19T21:02:54.747Z","avatar_url":"https://github.com/Dev-Siri.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WaveLength\n\n\u003cimg src=\"./images/brand.png\" /\u003e\n\nWaveLength is a cross-platform music app that wraps Rapid API's YouTube Music API and YouTube's official v3 API.\n\n## Getting Started\n\nClone the project.\n\n```sh\n$ git clone https://github.com/Dev-Siri/wavelength\n```\n\n\u003e NOTE: Each of these applications have their .env.example (with the server having .env.docker too), make sure you fill these variables before running them.\n\n## Web\n\nNavigate to the `/web` directory, and run the SvelteKit app with dev mode\n\n```sh\n$ cd web\n$ bun dev\n# or\n$ pnpm dev\n```\n\n## Mobile\n\nNavigate to the `/mobile` directory. Make sure you have [Flutter](https://flutter.dev). You'll also need the native tooling for the platform you're running on: Android requires [Android-Studio](https://developer.android.com/studio) and additional command-line tools and packages installed. iOS requires XCode to be installed on your Mac.\nThen you can start the application in dev mode:\n\n```sh\n$ flutter run\n```\n\n## Backend\n\nAlmost all microservices are entirely written in Go, with one crucial service, the YouTube Scraper, written in TypeScript (Bun) for use of the [`YouTube.js`](https://github.com/LuanRT/YouTube.js) library to retrieve data from the platform.\n\nTo run the entirety of the project, you need to have [Docker](https://docker.com) installed on your system. The project includes a `docker-compose.yml` in the `/server` directory. Use the compose commands to start all the microservices up:\n\n```sh\n$ cd server\n$ docker compose up\n# shut all services down\n$ docker compose down\n```\n\nThe microservices use gRPC for communication. If you are looking to make any changes to the protobuf definitions, you need to run `make` to regenerate the gRPC client/server code.\n\n```sh\n# generate gRPC definitions\n$ make generate\n```\n\nNote that the command also runs a `package.json` script with Bun to generate TypeScript definitions. If you do not have Bun installed, then change the `Makefile` to a different JavaScript package manager command.\n\n## License\n\nThis project is MIT licensed. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-siri%2Fwavelength","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-siri%2Fwavelength","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-siri%2Fwavelength/lists"}