https://github.com/elgatosf/streamdeck-counter
Stream Deck SDK: Counter sample plugin
https://github.com/elgatosf/streamdeck-counter
elgato elgato-stream-deck streamdeck streamdeck-sdk streamdecksdk
Last synced: 12 months ago
JSON representation
Stream Deck SDK: Counter sample plugin
- Host: GitHub
- URL: https://github.com/elgatosf/streamdeck-counter
- Owner: elgatosf
- License: mit
- Created: 2019-01-08T12:11:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T22:52:01.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T21:19:04.468Z (about 1 year ago)
- Topics: elgato, elgato-stream-deck, streamdeck, streamdeck-sdk, streamdecksdk
- Language: HTML
- Homepage: https://developer.elgato.com/documentation/stream-deck/
- Size: 489 KB
- Stars: 50
- Watchers: 14
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`Counter` is a sample plugin demonstrating the [Stream Deck SDK](https://developer.elgato.com/documentation/stream-deck/).
# Description
`Counter` is a simple plugin that displays the number of times a key is pressed. Pressing the key will increase the counter.
# Features
- code written in Javascript
- cross-platform (macOS, Windows)
- persistent settings (number of times the key was pressed)
- localized

# Installation
In the Release folder, you can find the file `com.elgato.counter.streamDeckPlugin`. If you double-click this file on your machine, Stream Deck will install the plugin.
# Source code
The Sources folder contains the source code of the plugin.