{"id":21855071,"url":"https://github.com/wix-incubator/playable","last_synced_at":"2025-04-05T15:08:00.552Z","repository":{"id":28958380,"uuid":"119810993","full_name":"wix-incubator/playable","owner":"wix-incubator","description":"No hassle, no fuss, just nice and easy video player","archived":false,"fork":false,"pushed_at":"2024-12-17T11:49:34.000Z","size":23030,"stargazers_count":98,"open_issues_count":21,"forks_count":10,"subscribers_count":214,"default_branch":"master","last_synced_at":"2025-03-29T14:11:18.363Z","etag":null,"topics":["javascript"],"latest_commit_sha":null,"homepage":"https://wix-incubator.github.io/playable/","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/wix-incubator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2018-02-01T09:08:51.000Z","updated_at":"2024-12-18T07:59:33.000Z","dependencies_parsed_at":"2024-01-17T17:14:09.014Z","dependency_job_id":"bf48b944-1d7a-47a2-a918-e8c5516cb526","html_url":"https://github.com/wix-incubator/playable","commit_stats":null,"previous_names":["wix/playable"],"tags_count":130,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fplayable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fplayable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fplayable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wix-incubator%2Fplayable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wix-incubator","download_url":"https://codeload.github.com/wix-incubator/playable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353746,"owners_count":20925329,"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":["javascript"],"created_at":"2024-11-28T02:13:19.742Z","updated_at":"2025-04-05T15:08:00.529Z","avatar_url":"https://github.com/wix-incubator.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://wix-incubator.github.io/playable/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"100\" height=\"108\" src=\"https://github.com/wix-incubator/playable/raw/master/docs/logo.png?raw=true\" alt=\"Playable logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://wix-incubator.github.io/playable/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    Playable\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/wix/playable\" rel=\"nofollow\"\u003e\n    \u003cimg src=\"https://travis-ci.org/wix/playable.svg?branch=master\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://npmjs.org/package/playable\" rel=\"nofollow\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/playable.svg?style=flat\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n**IMPORTANT!** Migration guide from 1.0.0 to 2.0.0 you can find [here](/docs/2.0.0-migration.md).\n\nYou can play with demo here: [https://jsfiddle.net/bodia/to0r65f4/](https://jsfiddle.net/bodia/to0r65f4/)\n\n## Get it\n\n```\n$ npm install playable --save\n```\n\n## Use it\n\nIn modern way\n\n```javascript\nimport Playable from 'playable';\n```\n\nOr in old school way, add a `\u003cscript\u003e` element for video-player\n\n```html\n\u003cscript src=\"path/to/playable/dist/statics/playable.bundle.js\"\u003e\u003c/script\u003e\n```\n\nAnd write awesome code:\n\n```javascript\ndocument.addEventListener('DOMContentLoaded', function() {\n  const config = {\n    width: 700,\n    height: 394,\n    src: 'http://my-url/video.mp4',\n    preload: 'metadata',\n  };\n  const player = Playable.create(config);\n\n  player.attachToElement(document.getElementById('content'));\n});\n```\n\nYou can find documentation here: [https://wix-incubator.github.io/playable/](https://wix-incubator.github.io/playable/)\n\n## Big thanks!\n\nCross-browser Testing Platform and Open Source \u003c3 Provided by [Sauce Labs][sauselabs-homepage]\n\n[sauselabs-homepage]: https://saucelabs.com\n[documentation]: https://wix-incubator.github.io/playable/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwix-incubator%2Fplayable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwix-incubator%2Fplayable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwix-incubator%2Fplayable/lists"}