{"id":20087390,"url":"https://github.com/adamwych/ox-player","last_synced_at":"2025-06-24T20:11:04.134Z","repository":{"id":204777105,"uuid":"114030171","full_name":"adamwych/ox-player","owner":"adamwych","description":"Video player with only the most basic features.","archived":false,"fork":false,"pushed_at":"2017-12-12T19:47:45.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T14:47:44.578Z","etag":null,"topics":["javascript","library"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamwych.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,"governance":null}},"created_at":"2017-12-12T19:23:33.000Z","updated_at":"2017-12-12T19:55:45.000Z","dependencies_parsed_at":"2023-10-31T23:45:32.946Z","dependency_job_id":null,"html_url":"https://github.com/adamwych/ox-player","commit_stats":null,"previous_names":["adamwych/ox-player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamwych/ox-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwych%2Fox-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwych%2Fox-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwych%2Fox-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwych%2Fox-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamwych","download_url":"https://codeload.github.com/adamwych/ox-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwych%2Fox-player/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261749240,"owners_count":23203990,"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","library"],"created_at":"2024-11-13T16:05:02.318Z","updated_at":"2025-06-24T20:11:04.112Z","avatar_url":"https://github.com/adamwych.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ox Player\nVideo player written in JavaScript with only the most basic features, like playing, pausing, and changing the volume.\n\n## Building\nTo build Ox you will need Node.js.\nAfter you've installed it - follow the instructions on how to download the dependencies and build the library.\n\nExecute following commands from the root directory:\n1. Install Gulp's CLI using `npm install -g gulp-cli`.\n2. Install required dependencies using `npm install`.\n3. Build the library using `gulp build`.\n\nThe library should now be in `dist` folder.\n\n## Usage\nSimply call oxPlayer() on the ```\u003cvideo\u003e``` element you want to initialize the player for.\n\n```javascript\n$('.my-video').oxPlayer(options);\n```\n\nYou can pass additional options to the function, if you want.\n\n| Name        | Description                                                  | Possible values    | Default value  |\n| ----------- |:------------------------------------------------------------:| ------------------:| --------------:|\n| autoPlay    | Whether the video should start playing after the page loads. | true/false         | false          |\n| volume      | The volume that the video should start playing at.           | number between 0-1 | 0.5            |\n\n## License\nGPL v3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamwych%2Fox-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamwych%2Fox-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamwych%2Fox-player/lists"}