A Stream Deck plugin that fetches and displays a random meme on your Elgato Stream Deck.
Click the button to get a fresh meme from My website, opening a web page with the meme on a custom PHP-powered site.
- Fetches random memes from a public API
- Updates the Stream Deck button icon with a meme preview
- Downloads and opens memes locally on your computer
- Simple, lightweight, and fun!
You can download the latest .streamdeckplugin file from the releases page or directly from the repository root.
- Double-click the
.streamdeckpluginfile. - Confirm the prompt in the Stream Deck software.
- You'll get a notification saying streamdeck plugin successfully installed.
- Drag and drop the plugin action onto any button tile.
- Have fun!
If you want to customize or develop the plugin further:
git clone https://github.com/NathanaelDousa/memePop.git
cd memePop
npm npm install -g @elgato/cli@latest
npm run watch
