{"id":29293466,"url":"https://github.com/edqe14/node-sc","last_synced_at":"2025-07-06T11:04:15.035Z","repository":{"id":57372156,"uuid":"323347039","full_name":"Edqe14/node-sc","owner":"Edqe14","description":"Node implementation of StreamCompanion using its built-in WebSocket endpoints.","archived":false,"fork":false,"pushed_at":"2021-01-17T15:24:13.000Z","size":1558,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T04:04:59.910Z","etag":null,"topics":["streamcompanion","websocket-endpoints"],"latest_commit_sha":null,"homepage":"https://node-sc.edqe.me","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/Edqe14.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":"2020-12-21T13:39:41.000Z","updated_at":"2022-12-03T16:16:47.000Z","dependencies_parsed_at":"2022-09-10T02:11:06.812Z","dependency_job_id":null,"html_url":"https://github.com/Edqe14/node-sc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Edqe14/node-sc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edqe14%2Fnode-sc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edqe14%2Fnode-sc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edqe14%2Fnode-sc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edqe14%2Fnode-sc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edqe14","download_url":"https://codeload.github.com/Edqe14/node-sc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edqe14%2Fnode-sc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263889785,"owners_count":23525615,"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":["streamcompanion","websocket-endpoints"],"created_at":"2025-07-06T11:04:12.683Z","updated_at":"2025-07-06T11:04:15.030Z","avatar_url":"https://github.com/Edqe14.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/4KlCHc3.png\" alt=\"logo\"\u003e\u003c/img\u003e\n  \u003cp\u003eNode implementation of StreamCompanion using its built-in WebSocket endpoints.\u003c/p\u003e\n\n  \u003ca href=\"https://github.com/Edqe14/node-sc/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/Edqe14/node-sc?style=for-the-badge\" alt=\"License\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://david-dm.org/edqe14/node-sc\"\u003e\u003cimg src=\"https://img.shields.io/librariesio/release/npm/streamcompanion?style=for-the-badge\" alt=\"Dependencies\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/Edqe14/node-sc/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/Edqe14/node-sc?style=for-the-badge\" alt=\"Open Issues\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://npmjs.com/package/streamcompanion\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/streamcompanion?style=for-the-badge\" alt=\"Downloads\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://npmjs.com/package/streamcompanion\"\u003e\u003cimg src=\"https://nodei.co/npm/streamcompanion.png\" alt=\"Install from NPM\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Table of contents\n\n- [Quick Start](#quick-start)\n- [Requirements](#requirements)\n- [Documentation](#documentation)\n- [License](#license)\n\n## Quick Start\n\nInstall from `npm`\n\n```text\nnpm i --save streamcompanion\n```\n\nUsage\n\n```js\nconst StreamCompanion = require('streamcompanion');\nconst options = {\n  host: 'localhost',\n  port: 20727,\n  proto: 'http',\n  watchTokens: [],\n  listeners: {\n    tokens: true,\n    mapData: true,\n    liveData: false\n  }\n};\nconst SC = new StreamCompanion(options);\n// Use SC\n```\n\n## Requirements\n\n 1. Can run [StreamCompanion](https://github.com/Piotrekol/StreamCompanion)\n 2. Node **12+**\n\n### Important\n\nIf you can't connect to Stream Companion, go to `Settings/Web Overlay` and click `Enable remote access`\n\n## Documentation\n\n[Click Here](https://node-sc.now.sh/) to open the documentation\n\n## License\n\n**This project is using MIT license © Edqe14**  \n[Click here](https://github.com/Edqe14/node-sc/blob/main/LICENSE) to read LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedqe14%2Fnode-sc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedqe14%2Fnode-sc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedqe14%2Fnode-sc/lists"}