{"id":23359799,"url":"https://github.com/firehed/streamdeck-random-email","last_synced_at":"2026-01-20T06:01:17.330Z","repository":{"id":237435235,"uuid":"764776529","full_name":"Firehed/streamdeck-random-email","owner":"Firehed","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-28T17:31:22.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T20:53:04.638Z","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/Firehed.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-02-28T17:31:20.000Z","updated_at":"2024-02-28T17:31:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"c293eac1-b8bf-47de-9a21-fd595c89bc35","html_url":"https://github.com/Firehed/streamdeck-random-email","commit_stats":null,"previous_names":["firehed/streamdeck-random-email"],"tags_count":0,"template":false,"template_full_name":"elgatosf/streamdeck-plugin-template","purl":"pkg:github/Firehed/streamdeck-random-email","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fstreamdeck-random-email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fstreamdeck-random-email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fstreamdeck-random-email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fstreamdeck-random-email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Firehed","download_url":"https://codeload.github.com/Firehed/streamdeck-random-email/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fstreamdeck-random-email/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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":[],"created_at":"2024-12-21T11:11:59.465Z","updated_at":"2026-01-20T06:01:17.314Z","avatar_url":"https://github.com/Firehed.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%2Ffirehed%2Fstreamdeck-random-email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirehed%2Fstreamdeck-random-email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirehed%2Fstreamdeck-random-email/lists"}