From f3f3f4034c71571861388c6943fbdabf8b358c43 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Sun, 14 Jul 2019 21:57:28 +0100 Subject: [PATCH] Add simple README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..51183a0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# StreamDeck Plugin API bindings for Go + +Elgato allows developers to write plugins that can display information and respond to buttons pressed on their range of StreamDeck products. They officially offer API bindings for JavaScript, C++ and Objective-C. This repo is an unofficial library for writing plugins using Go. + +# Examples + +Check out the `examples` directory to see some working StreamDeck plugins written using this library. \ No newline at end of file