{"id":20643983,"url":"https://github.com/u-wave/web","last_synced_at":"2025-04-05T03:04:24.506Z","repository":{"id":11170249,"uuid":"42354849","full_name":"u-wave/web","owner":"u-wave","description":"Web client for üWave, the self-hosted collaborative listening platform.","archived":false,"fork":false,"pushed_at":"2024-10-29T10:29:41.000Z","size":52350,"stargazers_count":68,"open_issues_count":39,"forks_count":15,"subscribers_count":7,"default_branch":"default","last_synced_at":"2024-10-29T11:43:36.120Z","etag":null,"topics":["collaborative-listening","collaborative-media-player","music","react","u-wave","web-app"],"latest_commit_sha":null,"homepage":"https://demo.u-wave.net","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/u-wave.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-12T11:34:22.000Z","updated_at":"2024-10-29T10:28:02.000Z","dependencies_parsed_at":"2023-12-01T09:27:12.969Z","dependency_job_id":"afe791a0-168b-43af-8495-ec7193ce38d0","html_url":"https://github.com/u-wave/web","commit_stats":{"total_commits":3012,"total_committers":16,"mean_commits":188.25,"dds":0.5813413014608233,"last_synced_commit":"85a9c736bd76cde5a31b45cbede158580538bca6"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-wave%2Fweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-wave%2Fweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-wave%2Fweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/u-wave%2Fweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/u-wave","download_url":"https://codeload.github.com/u-wave/web/tar.gz/refs/heads/default","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280262,"owners_count":20912967,"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":["collaborative-listening","collaborative-media-player","music","react","u-wave","web-app"],"created_at":"2024-11-16T16:14:27.840Z","updated_at":"2025-04-05T03:04:24.488Z","avatar_url":"https://github.com/u-wave.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# u-wave-web\n\nWeb client for [üWave][].\n\n[Dependencies](#dependencies) - [Setup](#getting-things-working) -\n[Building](#building) - [API](#api) - [License](#license)\n\n![Screenshot](./assets/screenshot.png)\n\n## Dependencies\n\nFor running in the browser: something modern. The aim is to support ~IE11+ and\nother modern browsers (recent Chromes and Firefoxes, at least). If you use\nsomething reasonably recent and üWave doesn't work, [file a bug][]!\n\nThe server parts of üWave require Node version \u003e= 18.18.0.\n\n## Getting Things Working\n\nTo run the web client, you need an [üWave server][u-wave-core] to connect to.\nFor development, first install the server:\n\n```bash\ngit clone https://github.com/u-wave/core u-wave-core\ncd u-wave-core\nnpm install\nnpm start\n```\n\n`npm start` will run the üWave server on port 6042.\n\nThen in a separate terminal do:\n\n```bash\ngit clone https://github.com/u-wave/web u-wave-web\ncd u-wave-web\nnpm install\nnpm run dev\n```\n\nThis will run the web client on port 6041. Visit \u003chttp://localhost:6041\u003e to use\nit!\n\n## Building\n\nThere are two main build scripts: one for development, and one for production.\n\nThe development script runs a local üWave server and auto-reloads the web client\nwhen you make changes.\n\n```bash\nnpm run dev\n```\n\nWhen building the üWave web client for use on a server, the production build\nshould be used instead. It removes costly debugging helpers from the code and\nminifies everything as much as possible.\n\n```bash\nnpm run prod\n```\n\nThe `prod` script doesn't run a local server. To try out your production build,\nyou can use the standalone `serve` script:\n\n```bash\nnpm run serve\n```\n\n## API\n\nPlease see the README in the [compiled npm package][] for API documentation.\n\n## License\n\nThe üWave web client is licensed under the [MIT][] license.\n\nThe default [mention sound file][] comes from a [Sonics.io][] pack and is under\nthe [Sonics.io License][] (archive link).\n\n[üWave]: https://u-wave.net\n[u-wave-core]: https://github.com/u-wave/core\n[compiled npm package]: ./npm/README.md\n[file a bug]: https://github.com/u-wave/web/issues\n[MIT]: ./LICENSE\n[mention sound file]: ./assets/audio/mention.opus\n[Sonics.io]: https://web.archive.org/web/20150905161415/http://www.sonics.io/\n[Sonics.io License]: https://web.archive.org/web/20150912030216/http://www.sonics.io/license/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-wave%2Fweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fu-wave%2Fweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-wave%2Fweb/lists"}