{"id":13771966,"url":"https://github.com/xat/chromecast-player","last_synced_at":"2025-10-30T10:24:50.344Z","repository":{"id":20740500,"uuid":"24024846","full_name":"xat/chromecast-player","owner":"xat","description":"simple chromecast player","archived":false,"fork":false,"pushed_at":"2018-03-13T10:57:42.000Z","size":30,"stargazers_count":99,"open_issues_count":8,"forks_count":20,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-01T13:02:03.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/xat.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}},"created_at":"2014-09-14T15:04:38.000Z","updated_at":"2024-07-07T23:53:58.000Z","dependencies_parsed_at":"2022-08-21T20:00:57.142Z","dependency_job_id":null,"html_url":"https://github.com/xat/chromecast-player","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xat%2Fchromecast-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xat%2Fchromecast-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xat%2Fchromecast-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xat%2Fchromecast-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xat","download_url":"https://codeload.github.com/xat/chromecast-player/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253518941,"owners_count":21921074,"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-08-03T17:00:58.187Z","updated_at":"2025-10-30T10:24:45.296Z","avatar_url":"https://github.com/xat.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Modules"],"sub_categories":[],"readme":"# chromecast-player\n\nA simple chromecast player.\nRelies on the [castv2-client](https://github.com/thibauts/node-castv2-client) lib\nfrom thibauts, all credits go to him.\n\n### Usage Samples\n\nStart Playback of some video file:\n\n```js\nconst player = require('chromecast-player')();\nconst media = 'http://commondatastorage.googleapis.com/gtv-videos-bucket/ED_1280.mp4';\n\nplayer.launch(media, (err, p) =\u003e {\n  p.once('playing', () =\u003e {\n    console.log('playback has started.');\n  });\n});\n```\n\nAttach to a currently playing session:\n\n```javascript\nconst player = require('chromecast-player')();\n\nplayer.attach((err, p) =\u003e {\n  p.pause();\n});\n```\n\n### Installation\n\n```bash\nnpm install chromecast-player --save\n```\n\n## License\nCopyright (c) 2014 Simon Kusterer\nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxat%2Fchromecast-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxat%2Fchromecast-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxat%2Fchromecast-player/lists"}