{"id":16573674,"url":"https://github.com/dkarter/streamdeck-zoom","last_synced_at":"2026-03-18T20:36:35.399Z","repository":{"id":239399545,"uuid":"799425067","full_name":"dkarter/streamdeck-zoom","owner":"dkarter","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-12T05:24:22.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T13:54:53.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/dkarter.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}},"created_at":"2024-05-12T05:17:28.000Z","updated_at":"2024-05-15T04:48:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4764ab41-c5cb-45ed-9920-af0178f08621","html_url":"https://github.com/dkarter/streamdeck-zoom","commit_stats":null,"previous_names":["dkarter/streamdeck-zoom"],"tags_count":0,"template":false,"template_full_name":"elgatosf/streamdeck-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fstreamdeck-zoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fstreamdeck-zoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fstreamdeck-zoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Fstreamdeck-zoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkarter","download_url":"https://codeload.github.com/dkarter/streamdeck-zoom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242050685,"owners_count":20063822,"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":[],"created_at":"2024-10-11T21:42:47.816Z","updated_at":"2026-03-11T14:16:18.446Z","avatar_url":"https://github.com/dkarter.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Stream Deck Plugin Template\n\nThe `Stream Deck Plugin Template` is a template to let you get started quickly when writing a JavaScript plugin for [Stream Deck](https://docs.elgato.com/sdk/). `Stream Deck Plugin Template` requires Stream Deck 6.0 or later.\n\n## Description\n\n`Stream Deck Plugin Template` is a complete plugin that shows you how to\n\n- load and save settings using Stream Deck's persistent store\n- setup and communicate with the Property Inspector\n- pass messages directly from Property Inspector to the plugin (and vice versa)\n- localize your Property Inspector's UI to another language\n\n## Features\n\n- code written in Javascript\n- cross-platform (macOS, Windows)\n- localization support\n- styled [Property Inspector](https://developer.elgato.com/documentation/stream-deck/sdk/property-inspector/) included\n- Property Inspector contains all required boilerplate code to let you instantly work on your plugin's code.\n\n## Quick Start Guide\n\nA short guide to help you get started quickly.\n\n### Clone the repo\n\n```git clone https://github.com/elgatosf/streamdeck-plugin-template```\n\n### Replace Name\n\nRename the folder as well as any references.\n\n`com.elgato.template.sdPlugin` with `my.domain.plugin-name.sdPlugin`\n\n\u003e [!IMPORTANT]  \n\u003e When sym-linking the plugin, the folder name must end with `.sdPlugin`.\n\n### Get the latest library\n\nYou can either clone the javascript library or add it as a submodule to your repository.\n\n#### Clone\n\n```git clone https://github.com/elgatosf/streamdeck-javascript-sdk src/my.domain.plugin-name/libs```\n\n#### Add Submodule\n\n```git submodule add https://github.com/elgatosf/streamdeck-javascript-sdk src/my.domain.plugin-name/libs```\n\n### Start Coding\n\nYou can get started in app.js!\n\n```javascript\nconst myAction = new Action('com.elgato.template.action');\n\n/**\n * The first event fired when Stream Deck starts\n */\n$SD.onConnected(({ actionInfo, appInfo, connection, messageType, port, uuid }) =\u003e {\n  console.log('Stream Deck connected!');\n});\n\nmyAction.onKeyUp(({ action, context, device, event, payload }) =\u003e {\n  console.log('Your key code goes here!');\n});\n\nmyAction.onDialRotate(({ action, context, device, event, payload }) =\u003e {\n  console.log('Your dial code goes here!');\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Fstreamdeck-zoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkarter%2Fstreamdeck-zoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Fstreamdeck-zoom/lists"}