An open API service indexing awesome lists of open source software.

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

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

![](screenshot.png)

# 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.