{"id":18558640,"url":"https://github.com/swz-git/easymedia","last_synced_at":"2025-08-26T01:19:28.564Z","repository":{"id":57218935,"uuid":"289663555","full_name":"swz-git/easymedia","owner":"swz-git","description":"A node media player powered by ffmpeg.","archived":false,"fork":false,"pushed_at":"2020-08-23T21:03:09.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T05:22:08.793Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swz-git.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}},"created_at":"2020-08-23T10:27:57.000Z","updated_at":"2021-11-01T17:47:35.000Z","dependencies_parsed_at":"2022-08-29T02:11:50.903Z","dependency_job_id":null,"html_url":"https://github.com/swz-git/easymedia","commit_stats":null,"previous_names":["swz-github/easymedia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swz-git/easymedia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swz-git%2Feasymedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swz-git%2Feasymedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swz-git%2Feasymedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swz-git%2Feasymedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swz-git","download_url":"https://codeload.github.com/swz-git/easymedia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swz-git%2Feasymedia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272156405,"owners_count":24883227,"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-08-25T02:00:12.092Z","response_time":1107,"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-06T21:40:33.251Z","updated_at":"2025-08-26T01:19:28.545Z","avatar_url":"https://github.com/swz-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyMedia\n\nA node media player powered by ffmpeg.\n\n## Installing\n\nMake sure to have ffmpeg installed.\nIf you do not you can install it via\nthis tutorial from [Windowsloop](https://windowsloop.com/install-ffmpeg-windows-10/#download-ffmpeg).\n\nType `npm i -s easymedia` into your terminal/console.\n\n## Usage\n\n### Play sound from link or local path\n\n```js\nconst { Sound } = require(\"easymedia\");\n\nlet mySound = new Sound(\"https://example.com/sound.mp3\");\nmySound.play();\n```\n\n### Play media (a video) from link or local path\n\n```js\nconst { Media } = require(\"easymedia\");\n\nlet myFilm = new Media(\"https://example.com/video.mov\");\nmyFilm.play();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswz-git%2Feasymedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswz-git%2Feasymedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswz-git%2Feasymedia/lists"}