jaymoulin / StreamElementsWidget_SayARandomNumber

Displays and say out loud a random number when streamer uses !d<anynumber> command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Say A Random Number

Chose a random number when streamer uses !d command and say it out loud

PayPal donation Buy me a coffee Buy me a coffee

Install

  1. Create a custom widget
  2. Open editor
  3. Paste index.html content in HTML code
  4. Paste index.css content in CSS code
  5. Paste index.json content in fields code
  6. Compile index.js into bundle.js with browserify (just do make build if docker and makefile are both installed)
  7. Paste bundle.js content in JS code

Settings

You can define a specific title with this peculiar values:

  • {number} to display given number

Only streamer is available to throw the !d command

About

Displays and say out loud a random number when streamer uses !d<anynumber> command

License:MIT License


Languages

Language:JavaScript 90.1%Language:CSS 4.1%Language:Makefile 3.8%Language:Dockerfile 1.5%Language:HTML 0.5%