{"id":16760531,"url":"https://github.com/bjoernricks/waap","last_synced_at":"2025-03-16T09:22:16.719Z","repository":{"id":141375949,"uuid":"69278229","full_name":"bjoernricks/waap","owner":"bjoernricks","description":"Waap - DAAP in your browser","archived":false,"fork":false,"pushed_at":"2016-10-24T18:41:21.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-22T21:29:51.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/bjoernricks/waap","language":"JavaScript","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/bjoernricks.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":"2016-09-26T18:09:09.000Z","updated_at":"2021-06-18T10:08:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f7e4473-84d8-475d-9193-10a2af73aa01","html_url":"https://github.com/bjoernricks/waap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjoernricks%2Fwaap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjoernricks%2Fwaap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjoernricks%2Fwaap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjoernricks%2Fwaap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjoernricks","download_url":"https://codeload.github.com/bjoernricks/waap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243848177,"owners_count":20357503,"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":[],"created_at":"2024-10-13T04:23:48.268Z","updated_at":"2025-03-16T09:22:16.689Z","avatar_url":"https://github.com/bjoernricks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Waap - Daap Web App\n\nWaap is a web based application (means running in your browser) to communicate\nwith [DAAP](https://de.wikipedia.org/wiki/Digital_Audio_Access_Protocol)\nservers. It allows to browse your music library and play songs directly in your\nweb browser.\n\n * [Getting Started](#getting-started)\n * [Note on iTunes](#note-on-itunes)\n * [Note on CORS](#note-on-cors-and-running-a-proxy)\n\n## tl;dr\n\n```sh\ncd waap\nnpm install\nnpm start\n```\n\nAfterwards open http://localhost:3000/ to connect to your daap server.\n\n## Getting Started\n\nWaap is in an early stage. It has not yet been tested to be run from a web\nserver like Apache or ngnix. Therefore currently it requires nodejs to be\nshipped. A nodejs development server can be started with `npm start`. Waap\nitself will be served at http://localhost:8000 afterwards.\n\n## Note on iTunes\n\nWith iTunes 7 the authentication scheme for its daap server changed and Apple\ndecided to lock out other clients then iTunes \u003e= 7. Therefore it is not possible\nto connect to iTunes with this application. Thanks to the free software\ncommunity better daap servers like\n[forked-daapd](http://ejurgensen.github.io/forked-daapd/) exist.\n\n## Note on CORS and running a proxy\n\nFor security reasons browsers will only handle responses from http servers with\nenabled [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing).\nSadly currently no daap server supports CORS.\n\nTo circumvent this issue you can run a proxy to add CORS headers to responses\nfrom your daap server. Waap ships with a simple poxy which can be started with\n\n```sh\ncd waap\nnode proxy.js -f http://url.or.ip.to.your.daap.server:port\n```\n\nAfterwards open Waap and use 127.0.0.1 (or localhost) and port 3689 for your\nconnection settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjoernricks%2Fwaap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjoernricks%2Fwaap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjoernricks%2Fwaap/lists"}