{"id":13522432,"url":"https://julusian.github.io/node-elgato-stream-deck/","last_synced_at":"2025-03-31T22:31:27.734Z","repository":{"id":38235590,"uuid":"189080231","full_name":"Julusian/node-elgato-stream-deck","owner":"Julusian","description":"A Node.js library for interfacing with the Elgato Stream Deck. https://julusian.github.io/node-elgato-stream-deck/","archived":false,"fork":false,"pushed_at":"2025-02-20T03:25:21.000Z","size":7797,"stargazers_count":171,"open_issues_count":9,"forks_count":22,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-24T23:33:47.267Z","etag":null,"topics":["elgato","stream-deck","webhid"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/org/elgato-stream-deck","language":"TypeScript","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/Julusian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["julusian"]}},"created_at":"2019-05-28T18:16:05.000Z","updated_at":"2025-03-16T22:26:58.000Z","dependencies_parsed_at":"2024-03-17T01:59:33.811Z","dependency_job_id":"887b9092-bfd9-4141-abba-f9e8611adf18","html_url":"https://github.com/Julusian/node-elgato-stream-deck","commit_stats":{"total_commits":450,"total_committers":15,"mean_commits":30.0,"dds":"0.24444444444444446","last_synced_commit":"6240d8853272a4f651b835f332ef14f77c512ee5"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julusian%2Fnode-elgato-stream-deck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julusian%2Fnode-elgato-stream-deck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julusian%2Fnode-elgato-stream-deck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julusian%2Fnode-elgato-stream-deck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Julusian","download_url":"https://codeload.github.com/Julusian/node-elgato-stream-deck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552460,"owners_count":20795824,"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":["elgato","stream-deck","webhid"],"created_at":"2024-08-01T06:00:47.159Z","updated_at":"2025-03-31T22:31:25.101Z","avatar_url":"https://github.com/Julusian.png","language":"TypeScript","funding_links":["https://github.com/sponsors/julusian"],"categories":["Demos, experiments \u0026 hacks"],"sub_categories":["Candidates"],"readme":"# @elgato-stream-deck\n\n![Node CI](https://github.com/Julusian/node-elgato-stream-deck/workflows/Node%20CI/badge.svg)\n[![codecov](https://codecov.io/gh/Julusian/node-elgato-stream-deck/branch/master/graph/badge.svg?token=Hl4QXGZJMF)](https://codecov.io/gh/Julusian/node-elgato-stream-deck)\n\n[@elgato-stream-deck](https://www.npmjs.com/org/elgato-stream-deck) is a collection of libraries for interfacing with the various models of the [Elgato Stream Deck](https://www.elgato.com/en/gaming/).  \nWith WebHID being made publicly available it is now possible to use the Steam Deck directly in the browser.\n\n## Intended use\n\nThis library has nothing to do with the streamdeck software produced by Elgato. There is nothing here to install and run. This is a library to help developers make alternatives to that software\n\n## Installing \u0026 Usage\n\nCheck one of the installable packages for installation and usage instructions:\n\n-   [`@elgato-stream-deck/node`](https://npm.im/@elgato-stream-deck/node)\n-   [`@elgato-stream-deck/webhid`](https://npm.im/@elgato-stream-deck/webhid)\n-   [`@elgato-stream-deck/tcp`](https://npm.im/@elgato-stream-deck/tcp)\n\n### Have another hid target you wish to use?\n\nThe existing implementations are a light wrapper around the platform agnostic [`@elgato-stream-deck/core`](https://npm.im/@elgato-stream-deck/core). You can use your own HID implementation and device scanning/opening logic and reuse all the streamdeck bits.\n\n## Demo\n\nIf you are using a Chromium v89+ based browser, you can try out the [webhid demo](https://julusian.github.io/node-elgato-stream-deck/)\n\n## Linux\n\nOn linux, the udev subsystem blocks access to the StreamDeck without some special configuration.\nCopy one of the following files into `/etc/udev/rules.d/` and reload the rules with `sudo udevadm control --reload-rules`\n\n-   Use the [headless server](./packages/node/udev/50-elgato-stream-deck-headless.rules) version when your software will be running as a system service, and is not related to a logged in user\n-   Use the [desktop user](./packages/node/udev/50-elgato-stream-deck-user.rules) version when your software is run by a user session on a distribution using systemd\n\nUnplug and replug the device and it should be usable\n\n## Contributing\n\nThe elgato-stream-deck team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.\n\nPlease refer to the [Changelog](CHANGELOG.md) for project history details, too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/julusian.github.io%2Fnode-elgato-stream-deck%2F","html_url":"https://awesome.ecosyste.ms/projects/julusian.github.io%2Fnode-elgato-stream-deck%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/julusian.github.io%2Fnode-elgato-stream-deck%2F/lists"}