{"id":41799866,"url":"https://github.com/streamer45/facile","last_synced_at":"2026-01-25T05:35:57.900Z","repository":{"id":57232269,"uuid":"67432102","full_name":"streamer45/facile","owner":"streamer45","description":"Stupidly Simple Audio Streaming Library","archived":false,"fork":false,"pushed_at":"2016-09-07T09:13:32.000Z","size":15,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T06:00:04.030Z","etag":null,"topics":["audio","audio-library","embeddable","streaming","web-browser"],"latest_commit_sha":null,"homepage":"https://facile.audio","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/streamer45.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}},"created_at":"2016-09-05T15:31:18.000Z","updated_at":"2024-10-22T17:50:14.000Z","dependencies_parsed_at":"2022-08-31T14:10:48.860Z","dependency_job_id":null,"html_url":"https://github.com/streamer45/facile","commit_stats":null,"previous_names":["facileaudio/facile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/streamer45/facile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamer45%2Ffacile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamer45%2Ffacile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamer45%2Ffacile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamer45%2Ffacile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamer45","download_url":"https://codeload.github.com/streamer45/facile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamer45%2Ffacile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28744429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["audio","audio-library","embeddable","streaming","web-browser"],"created_at":"2026-01-25T05:35:57.324Z","updated_at":"2026-01-25T05:35:57.891Z","avatar_url":"https://github.com/streamer45.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://facile.audio\" target=\"_blank\"\u003e\u003cimg width=\"80\"src=\"https://avatars3.githubusercontent.com/u/21259581?v=3\u0026s=80\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eFacile.Audio Library\u003c/h1\u003e\n\n## Introduction\n\nFacile.Audio is an easy to use library for live audio streaming from a web browser.\n\n## How easy?\n\n### Embed\n\n```html\n\u003cscript src=\"https://facile.audio/dist/facile-audio.js\"\u003e\u003c/script\u003e\n```\n\n### Transmit\n```js\nvar tx = new facile.Tx();\ntx.start().then(function(channel) {\n  console.log('transmitter started');\n}).catch(function(e) {\n  console.log(e);\n});\n```\n\n### Receive\n```js\nvar rx = new facile.Rx(channel);\nrx.start().then(function() {\n  console.log('receiver started');\n}).catch(function(e) {\n  console.log(e);\n});\n```\n\n## API\n\nSee the [API Reference](https://github.com/FacileAudio/facile/blob/master/API.md).\n\n## FAQ\n\nVisit the [FAQ Section](https://facile.audio/#!/faq).\n\n## Demo\n\nYou can find a live demo right on the project [homepage](https://facile.audio).\n\n## Development\n\n### Building the library\n\n```sh\n$ npm install\n$ npm run build\n```\n\n## Supporting Facile.Audio\n\nThere are several benefits in supporting the project. Take a look at the [Support section](https://facile.audio/#!/support).\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright © 2016 Claudio Costa\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamer45%2Ffacile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamer45%2Ffacile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamer45%2Ffacile/lists"}