https://github.com/gigili/deckboard-memebox
Deckboard extension for adding Memebox triggers
https://github.com/gigili/deckboard-memebox
Last synced: 23 days ago
JSON representation
Deckboard extension for adding Memebox triggers
- Host: GitHub
- URL: https://github.com/gigili/deckboard-memebox
- Owner: gigili
- License: mit
- Created: 2021-12-04T23:13:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T15:28:30.000Z (about 2 months ago)
- Last Synced: 2025-03-26T09:05:11.868Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 393 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Deckboard Memebox
[Deckboard](https://deckboard.app/) extension for adding [Memebox](https://github.com/negue/meme-box) triggers
# Setup
## Requirements
* Install [Deckboard](https://deckboard.app/) app
* Install [Memebox](https://github.com/negue/meme-box) (or
a [Nightly build](https://github.com/negue/meme-box-nightly/releases))## Download prebuilt version
* Download the released [memebox.asar](https://github.com/gigili/deckboard-memebox/releases) file
* Save it to your `{USERNAME}\deckboard\extensions` folder
* ex `C:\Users\demo\deckboard\extensions`## Compile from source
* Clone the repository to your pc
* cd into your cloned repository folder
* Run `npm install` command
* Run `npm run dev-install` command
* This will build the `.asar` file and place it in your extensions folder### Requirements
* Node & npm
## Configure
* Open deckboard app and under extensions configs fill in your memebox connection information

### Notes
This extension **SHOULD** run on Windows, Mac & Linux but has only been tested on Windows so far.