{"id":25877274,"url":"https://github.com/rh9891/butterflyvideoplayer","last_synced_at":"2025-10-18T03:25:02.927Z","repository":{"id":196350314,"uuid":"309881613","full_name":"rh9891/ButterflyVideoPlayer","owner":"rh9891","description":"A mobile-responsive, JavaScript video player application that is styled with customized CSS and utilizes video and audio APIs.","archived":false,"fork":false,"pushed_at":"2021-09-13T02:16:50.000Z","size":26659,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T11:20:45.705Z","etag":null,"topics":["audio-api","html-css-javascript","vanilla-javascript","video-api","video-player"],"latest_commit_sha":null,"homepage":"https://rh9891.github.io/ButterflyVideoPlayer","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rh9891.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-04T04:07:25.000Z","updated_at":"2021-09-13T02:16:53.000Z","dependencies_parsed_at":"2023-09-24T17:55:31.903Z","dependency_job_id":null,"html_url":"https://github.com/rh9891/ButterflyVideoPlayer","commit_stats":null,"previous_names":["rh9891/butterflyvideoplayer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rh9891/ButterflyVideoPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FButterflyVideoPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FButterflyVideoPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FButterflyVideoPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FButterflyVideoPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh9891","download_url":"https://codeload.github.com/rh9891/ButterflyVideoPlayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FButterflyVideoPlayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279459375,"owners_count":26173822,"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","status":"online","status_checked_at":"2025-10-18T02:00:06.492Z","response_time":62,"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":["audio-api","html-css-javascript","vanilla-javascript","video-api","video-player"],"created_at":"2025-03-02T11:19:56.126Z","updated_at":"2025-10-18T03:25:02.897Z","avatar_url":"https://github.com/rh9891.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Butterfly Video Player\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Table of Contents\n\n- [Description](#description)\n- [User Story](#user-story)\n- [Features of the Application](#features-of-the-application)\n- [Preview of the Butterfly Video Player](#preview-of-the-butterfly-video-player)\n- [Links](#links)\n- [Built Using](#built-using)\n- [License](#license)\n- [Contributing](#contributing)\n- [Questions](#questions)\n\n## Description\n\nButterfly Video Player is a mobile-responsive, Javascript video player application. The video player application is styled with customized CSS, utilizes play, pause, and stop buttons, has a progress bar that functions to set to the point in the video that the user clicks to, and displays the time in minutes and seconds.\n\n## User Story\n\n```\nAS A user\nI WANT to launch and use a video player\nSO THAT I can be entertained and be kept engaged.\n```\n\n## Features of the Application\n\n```\nGIVEN a video player application\nWHEN I click on the play icon\nTHEN the video will start to play.\n\nWHEN I click on the pause icon\nTHEN the video will pause.\n\nWHEN I click on the stop icon\nTHEN the video will stop and set to the beginning.\n```\n\n## Preview of the Butterfly Video Player\n\n![Butterfly Video Player Landing Page](assets/images/butterflyVideoPlayerLandingPage.png)\n\n## Links\n\n- [Deployed Application](https://rh9891.github.io/ButterflyVideoPlayer)\n\n- [Github Repository](https://github.com/rh9891/ButterflyVideoPlayer)\n\n## Built Using\n\nListed below are the frameworks, libraries, and guides that made building this application possible:\n\n- [Event Listeners](https://www.w3schools.com/js/js_htmldom_eventlistener.asp)\n- [Javascript](https://www.w3schools.com/js/default.asp)\n- [Traversy Media Tutorials](https://www.traversymedia.com)\n- [Video and Audio APIs](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Video_and_audio_APIs)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2020 Romie Hecdivert\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n## Contributing\n\nIf you would like to contribute to this repository, please contact me via [Github](https://github.com/rh9891).\n\n## Questions\n\nIf you have any questions, comments, or issues regarding this application, please do not hesitate to contact me via [Github](https://github.com/rh9891).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fbutterflyvideoplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh9891%2Fbutterflyvideoplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fbutterflyvideoplayer/lists"}