{"id":13622618,"url":"https://github.com/youkaclub/mediasync","last_synced_at":"2025-04-15T09:33:13.961Z","repository":{"id":57293989,"uuid":"235225881","full_name":"youkaclub/mediasync","owner":"youkaclub","description":"sync html media elements","archived":false,"fork":false,"pushed_at":"2020-01-26T00:28:03.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T07:48:06.435Z","etag":null,"topics":["audio","html5","mediaelement","sync","video"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youkaclub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-21T00:37:10.000Z","updated_at":"2022-11-03T15:44:32.000Z","dependencies_parsed_at":"2022-08-29T08:02:06.568Z","dependency_job_id":null,"html_url":"https://github.com/youkaclub/mediasync","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/youkaclub%2Fmediasync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youkaclub%2Fmediasync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youkaclub%2Fmediasync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youkaclub%2Fmediasync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youkaclub","download_url":"https://codeload.github.com/youkaclub/mediasync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249043109,"owners_count":21203416,"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":["audio","html5","mediaelement","sync","video"],"created_at":"2024-08-01T21:01:21.736Z","updated_at":"2025-04-15T09:33:13.652Z","avatar_url":"https://github.com/youkaclub.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# mediasync\nsync html media elements (video/audio).\n\n## usage\n```js\nconst MediaSync = require('mediasync').MediaSync\nconst ms = new MediaSync()\nconst audio = document.querySelector('#audio')\nconst video = document.querySelector('#video')\nms.add(audio)\nms.add(video)\nms.play()\nms.seek(42.2)\nms.pause()\nms.remove(video)\n```\n\n## license\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoukaclub%2Fmediasync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoukaclub%2Fmediasync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoukaclub%2Fmediasync/lists"}