{"id":19899129,"url":"https://github.com/abc3/videojs-vot","last_synced_at":"2026-06-08T02:32:21.399Z","repository":{"id":135935709,"uuid":"421150993","full_name":"abc3/videojs-vot","owner":"abc3","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-01T17:50:55.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T06:43:24.817Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abc3.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-10-25T19:03:40.000Z","updated_at":"2021-11-01T17:50:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4a0a932-0f2e-42a9-b46b-f89eb64e0e51","html_url":"https://github.com/abc3/videojs-vot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abc3/videojs-vot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abc3%2Fvideojs-vot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abc3%2Fvideojs-vot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abc3%2Fvideojs-vot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abc3%2Fvideojs-vot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abc3","download_url":"https://codeload.github.com/abc3/videojs-vot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abc3%2Fvideojs-vot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34046003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T20:07:17.459Z","updated_at":"2026-06-08T02:32:21.382Z","avatar_url":"https://github.com/abc3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# videojs-vot\n\nVideo observability tool for videojs.\n\n## Installation\n\n```sh\nnpm install --save @vot/videojs-vot\n```\n\n## Usage\n\nTo include videojs-vot on your website or web application, use any of the following methods.\n\n### `\u003cscript\u003e` Tag\n\nThis is the simplest case. Get the script in whatever way you prefer and include the plugin _after_ you include [video.js][videojs], so that the `videojs` global is available.\n\n```html\n\u003cscript src=\"//path/to/video.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"//path/to/videojs-vot.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  var player = videojs('my-video');\n\n  player.vot();\n\u003c/script\u003e\n```\n\n### Browserify/CommonJS\n\nWhen using with Browserify, install videojs-vot via npm and `require` the plugin as you would any other module.\n\n```js\nvar videojs = require('video.js');\n\n// The actual plugin function is exported by this module, but it is also\n// attached to the `Player.prototype`; so, there is no need to assign it\n// to a variable.\nrequire('@vot/videojs-vot');\n\nvar player = videojs('my-video');\n\nplayer.vot();\n```\n\n### RequireJS/AMD\n\nWhen using with RequireJS (or another AMD library), get the script in whatever way you prefer and `require` the plugin as you normally would:\n\n```js\nrequire(['video.js', '@vot/videojs-vot'], function(videojs) {\n  var player = videojs('my-video');\n\n  player.vot();\n});\n```\n\n## License\n\nApache-2.0. Copyright (c) abc3 \u0026lt;abc3erl@protonmail.com\u0026gt;\n\n\n[videojs]: http://videojs.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabc3%2Fvideojs-vot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabc3%2Fvideojs-vot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabc3%2Fvideojs-vot/lists"}