{"id":25877284,"url":"https://github.com/rh9891/lofilullabies","last_synced_at":"2026-05-12T10:33:17.251Z","repository":{"id":196350326,"uuid":"338168198","full_name":"rh9891/LoFiLullabies","owner":"rh9891","description":"A music playing application with a simple user interface that features animation, the Audio API (play method, pause method, timeupdate event, etc.), and a dynamic progress bar.","archived":false,"fork":false,"pushed_at":"2021-09-05T20:50:45.000Z","size":74707,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-24T17:38:31.138Z","etag":null,"topics":["audio-api","css-animation","html5-audio","music-player","vanilla-javascript"],"latest_commit_sha":null,"homepage":"https://rh9891.github.io/LoFiLullabies/","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":"2021-02-11T22:22:56.000Z","updated_at":"2023-09-24T17:38:58.177Z","dependencies_parsed_at":"2023-09-24T17:55:34.774Z","dependency_job_id":null,"html_url":"https://github.com/rh9891/LoFiLullabies","commit_stats":null,"previous_names":["rh9891/lofilullabies"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FLoFiLullabies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FLoFiLullabies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FLoFiLullabies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FLoFiLullabies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh9891","download_url":"https://codeload.github.com/rh9891/LoFiLullabies/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241494720,"owners_count":19971968,"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":["audio-api","css-animation","html5-audio","music-player","vanilla-javascript"],"created_at":"2025-03-02T11:20:00.041Z","updated_at":"2026-05-12T10:33:12.224Z","avatar_url":"https://github.com/rh9891.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lo-Fi Lullabies\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 Lo-Fi Lullabies](#preview-of-lo-fi-lullabies)\n- [Links](#links)\n- [Built Using](#built-using)\n- [License](#license)\n- [Questions](#questions)\n\n## Description\n\nLo-Fi Lullabies is a custom, mobile-responsive music playing application with a simple user interface that features some animation. With Lo-Fi Lullabies you can browse and play up to ten different tracks.\n\nThe application utilizes the Audio API (play method, pause method, timeupdate event, etc.) and features a dynamic progress bar that can be used to skip around the track that is being played.\n\n## User Story\n\n```\nAS A user\nI WANT TO play music\nSO THAT I can foster a creative environment.\n```\n\n## Features of the Application\n\n```\nGIVEN a music player application\nWHEN I click on the \"Play\" icon\nTHEN I will start the track.\n\nWHEN I click on the \"Pause\" icon\nTHEN I will pause the track.\n\nWHEN I click on the \"Next\" icon\nTHEN I will skip to the next track.\n\nWHEN I click on the \"Previous\" icon\nTHEN I will skip to the previous track.\n\nWHEN I click on a part of the progress bar\nTHEN I will skip to the corresponding part of the track.\n```\n\n## Preview of Lo-Fi Lullabies\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/loFiLullabiesLandingPage.png\"\u003e\n\u003c/p\u003e\n\n## Links\n\n- [Deployed Application](https://rh9891.github.io/LoFiLullabies)\n\n- [Github Repository](https://github.com/rh9891/LoFiLullabies)\n\n## Built Using\n\nListed below are the frameworks, libraries, and guides that made building this application possible:\n\n- [HTML5 Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API)\n- [HTML Audio DOM Reference](https://www.w3schools.com/tags/ref_av_dom.asp)\n- [JavaScript](https://www.w3schools.com/js/default.asp)\n- [Traversy Media Tutorials](https://www.traversymedia.com)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2021 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## 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%2Flofilullabies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh9891%2Flofilullabies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Flofilullabies/lists"}