Skip to content

Pop up alerts on stream of donations through the Nano cryptocurreny -- CURRENTLY WIP

License

Notifications You must be signed in to change notification settings

DaJaffaMan/nanotify-twitch-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Extensions Boilerplate

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

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