An extension for Twitch that displays the streamer's information from RetroAchievements.
The latest release version can be found on the Twitch Extensions Page.
Feel free to use this project as a base for other Twitch panel extensions!
After cloning this project, perform these steps:
- Follow directions for Getting started with Twitch extensions to set up your Local Test while you make changes to this project.
- Download mkcert from the latest release and save it to the root of your project clone.
- If you are on *nix system, you will need to edit the
package.json
file'spostinstall
script. Change the script to:
"postinstall": "sh install-cert.sh"
- Run
npm install
. This will install the dependencies and then setup the localhost certificates for your local development environment.