/twitch-dota-talent-extension

A twitch extension for displaying dota talents in an overlay

Primary LanguageJavaScript

Twitch Extensions Boilerplate

The Twitch Extensions Boilerplate acts as a simple starting point to create your Extension, as well as a simple method using Docker to locally serve your Extension for testing and development.

Getting started

Run the following in the certs folder: openssl req -newkey rsa:4096 -days 1001 -nodes -x509 -keyout testing.key -out testing.crt

Dependencies

You will need:

Generate self-signed certs

cd certs
./generate_local_ssl.sh
    # Requires a sudo password so that the cert can be installed on the root keychain
    # If this install fails, see the README in ./certs for manual override.

To start the Extensions Boilerplate service

docker-compose up --build

Further documentation

Please consult the Twitch Extensions documentation on the Twitch developer site