{"id":35124118,"url":"https://github.com/dds05/vertical-player","last_synced_at":"2026-01-13T21:04:21.793Z","repository":{"id":330755136,"uuid":"1014431081","full_name":"dds05/vertical-player","owner":"dds05","description":"video.js based player built with nextjs to facilitate a vertical scrolling experience.","archived":false,"fork":false,"pushed_at":"2025-12-28T11:29:12.000Z","size":125,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-29T18:07:08.644Z","etag":null,"topics":["vertical-player","vertical-video-player","videojs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/vertical-player","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dds05.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-05T17:57:48.000Z","updated_at":"2025-12-28T11:29:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"98634e9b-3ef3-4601-8292-844e2132d211","html_url":"https://github.com/dds05/vertical-player","commit_stats":null,"previous_names":["dds05/vertical-player"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dds05/vertical-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dds05%2Fvertical-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dds05%2Fvertical-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dds05%2Fvertical-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dds05%2Fvertical-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dds05","download_url":"https://codeload.github.com/dds05/vertical-player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dds05%2Fvertical-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["vertical-player","vertical-video-player","videojs"],"created_at":"2025-12-28T01:34:12.052Z","updated_at":"2026-01-13T21:04:21.781Z","avatar_url":"https://github.com/dds05.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/dds05"],"categories":[],"sub_categories":[],"readme":"##  Vertical Player\nA video.js based video player built with Next.js, focused on immersive, scrollable vertical video playback (similar to TikTok/Reels).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" height=\"800\" alt=\"Screenshot 2025-12-28 at 12 35 17 AM\" src=\"https://github.com/user-attachments/assets/209cc8e3-1e1a-4a7c-b4f0-c050509720fc\" /\u003e\n\u003c/p\u003e\n\n\n## 👉🏻 Installation  \n```\nnpm install vertical-player\n```\n\n## 👨🏻‍💻 Usage \n```\n\"use client\"\nimport {VerticalPlayer} from 'vertical-player/esm/index.es.js';\n\n\nexport default function Home() {\n  const handleLike=(e)=\u003e{\n    console.log(e); \n  }\n\n  const handleShare=(e)=\u003e{\n    console.log(e);\n  }\n\n  const DATA: any = [\n        {\n            id: 1,\n            tag: \"BRAND\",\n            asset_url: 'https://www.abc.com/~dnn/clips/RW20seconds_2.mp4',\n            description: 'This is a simple description which describes the video'\n        },\n        {\n            id: 2,\n            tag: \"BRAND\",\n            asset_url: 'https://www.abc.com/~dnn/clips/RW20seconds_2.mp4',\n            description: 'This is a simple description which describes the video'\n        },\n        {\n            id: 3,\n            tag: \"BRAND\",\n            asset_url: 'https://www.abc.com/~dnn/clips/RW20seconds_2.mp4',\n            description: 'This is a simple description which describes the video'\n        },\n        {\n            id: 4,\n            tag: \"BRAND\",\n            asset_url: 'https://www.abc.com/~dnn/clips/RW20seconds_2.mp4',\n            description: 'This is a simple description which describes the video'\n        },\n        {\n            id: 5,\n            tag: \"BRAND\",\n            asset_url: 'https://www.abc.com/~dnn/clips/RW20seconds_2.mp4',\n            description: 'This is a simple description which describes the video'\n        },\n    \n    ];\n  return (\n    \u003cVerticalPlayer data={DATA} handleLike={handleLike} handleShare={handleShare}  /\u003e\n  );\n}\n\n```\n\n## 👉🏻 Options\n\n| Option  | Type     | Required | Description                                                                                                                                                                              |\n| ------- | -------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `data`  | `object[]` | ✅ Yes    | Array of objects containing url of the asset and metadata: id, title, description |\n| `handleLike` | `fn()` | ❌ No     | Callback fn emitted when like button is clicked                                                                                        \n| `handleShare` | `fn()` | ❌ No     | Callback fn emitted when share button is clicked     \n\n\u003cbr\u003e\n\n## Demo\n\n\nhttps://github.com/user-attachments/assets/44fc682d-dea6-4013-8daf-113058a68cf6\n\n\n\u003cp align=\"center\"\u003e\n\n\u003c/p\u003e\n\n\n\n\n## ❤️ Support\nhttps://buymeacoffee.com/dds05\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdds05%2Fvertical-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdds05%2Fvertical-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdds05%2Fvertical-player/lists"}