A simple 'alwaysOnTop' Twitch chat overlay useful for streaming. Inspired when I ended up having only one monitor.
If you don't want to clone, install, or build and just want to use the app, download the latest release from here. Either or, you will need your Twitch OAuth Token. Grab it from www.twitchapps.com/tmi/
# clone the repo
git clone https://github.com/jackel27/TwitchJack.git
# navigate to root
cd twitchjack
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build (For Linux, OSX, WIN)
npm run build:win32 (For Windows..)
Custom Hotkey Configuration Coming soon... These are the current defaults:
# Toggle Chat
CTRLorCMD + LSHIFT + C
# Disconnect
CTRLorCMD + LSHIFT + D
# Restart Application (In case of any bugs you may encounter...)
CTRLorCMD + LSHIFT + R
# Quit Application
CTRLorCMD + LSHIFT + Q
This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.