{"id":20346423,"url":"https://github.com/redstonewizard08/youtubeplayer","last_synced_at":"2026-02-10T03:30:51.510Z","repository":{"id":61151650,"uuid":"548615890","full_name":"RedstoneWizard08/YouTubePlayer","owner":"RedstoneWizard08","description":"A terrible clone of the YouTube video player.","archived":false,"fork":false,"pushed_at":"2022-11-04T19:47:46.000Z","size":22998,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T12:34:19.766Z","etag":null,"topics":["audio","free","github","html","html5","javascript","javascript-library","learn","media","mit-license","nodejs","npm","oss","player","student-vscode","typescript","typescript-library","video","vite","youtube"],"latest_commit_sha":null,"homepage":"https://redstonewizard08.github.io/YouTubePlayer/","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/RedstoneWizard08.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":"2022-10-09T23:11:52.000Z","updated_at":"2022-11-04T19:47:32.000Z","dependencies_parsed_at":"2022-10-11T20:54:00.717Z","dependency_job_id":null,"html_url":"https://github.com/RedstoneWizard08/YouTubePlayer","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/RedstoneWizard08%2FYouTubePlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FYouTubePlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FYouTubePlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FYouTubePlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedstoneWizard08","download_url":"https://codeload.github.com/RedstoneWizard08/YouTubePlayer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247963800,"owners_count":21025084,"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","free","github","html","html5","javascript","javascript-library","learn","media","mit-license","nodejs","npm","oss","player","student-vscode","typescript","typescript-library","video","vite","youtube"],"created_at":"2024-11-14T22:12:59.937Z","updated_at":"2026-02-10T03:30:51.471Z","avatar_url":"https://github.com/RedstoneWizard08.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTubePlayer\nA terrible clone of the YouTube video player.\n\n## Installation\n\n1. Create a `.npmrc` file in your project with this inside of it:\n```npmrc\n@redstonewizard08:registry=https://npm.pkg.github.com\n```\n2. Install the package:\n```sh\nnpm install @redstonewizard08/youtube-player\n```\n\n## Usage\n\n1. Import the library.\n```ts\n// Import the YouTubePlayer utility class.\nimport YouTubePlayer, { type VideoData } from \"@redstonewizard08/youtube-player\";\n```\n2. Create a player instance.\n```ts\nconst videos: VideoData[] = [\n    {\n        album: \"Stardew Valley - Roguelike Mod OST\",\n        artist: \"Therm\",\n        title: \"Hold Your Ground\",\n\n        // Note: These work with Data URIs!\n        poster: \"./assets/Hold Your Ground.png\",\n        source: \"./assets/Hold Your Ground.mp4\",\n    },\n];\n\nYouTubePlayer.createPlaylistPlayer(videos);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredstonewizard08%2Fyoutubeplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredstonewizard08%2Fyoutubeplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredstonewizard08%2Fyoutubeplayer/lists"}