{"id":20777219,"url":"https://github.com/sharadcodes/shar-player","last_synced_at":"2026-04-18T23:34:38.631Z","repository":{"id":122889492,"uuid":"255081728","full_name":"sharadcodes/Shar-Player","owner":"sharadcodes","description":"A minimal audio player written in Vanilla JS","archived":false,"fork":false,"pushed_at":"2020-04-13T07:03:01.000Z","size":12668,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T11:44:38.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sharadcodes.github.io/Shar-Player/examples/first/index.html","language":"JavaScript","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/sharadcodes.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-12T12:52:03.000Z","updated_at":"2021-06-03T09:25:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"67d3a1df-3392-4532-842d-49e16d71de09","html_url":"https://github.com/sharadcodes/Shar-Player","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sharadcodes/Shar-Player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2FShar-Player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2FShar-Player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2FShar-Player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2FShar-Player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharadcodes","download_url":"https://codeload.github.com/sharadcodes/Shar-Player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2FShar-Player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31988867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-17T13:14:32.523Z","updated_at":"2026-04-18T23:34:38.623Z","avatar_url":"https://github.com/sharadcodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shar-Player\nA minimal audio player written in Vanilla JS\nDeveloped by [sharadcodes](https://github.com/sharadcodes) with :heart:\n\n![Shar Screenshot](https://raw.githubusercontent.com/sharadcodes/Shar-Player/master/screenshots/shar.png)\n\n## DEMO\n\nExample 1: [LIVE DEMO](https://sharadcodes.github.io/Shar-Player/examples/first/index.html)\n\n## USAGE\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n    \u003ctitle\u003eShar Player Example\u003c/title\u003e\n    \u003clink\n      href=\"https://fonts.googleapis.com/icon?family=Material+Icons\"\n      rel=\"stylesheet\"\n    /\u003e\n    \u003clink rel=\"stylesheet\" href=\"../../src/css/sharplayer.css\" /\u003e\n  \u003c/head\u003e\n\n  \u003cbody\u003e\n\n    \u003cscript src=\"../../src/js/sharplayer.js\"\u003e\u003c/script\u003e\n\n    \u003cscript\u003e\n      window.onload = function () {\n        const song_list = [\n          \"audio_files/Faded.mp3\",\n          \"audio_files/on_and_on.mp3\",\n          \"audio_files/Cartoon_Howling.mp3\",\n          \"audio_files/bensound-anewbeginning.mp3\",\n        ];\n        //   new object\n        new SharPlayer(\"player\", {\n          tracks: song_list,\n          titles: false, \n          artwork: false,\n        })\n          .initPlayer()\n          .show();\n      };\n    \u003c/script\u003e\n\n  \u003c/body\u003e\n\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharadcodes%2Fshar-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharadcodes%2Fshar-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharadcodes%2Fshar-player/lists"}