A song request widget supporting DLive, Twitch, YouTube and SoundCloud.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
vampirefrog d31f4ba48e streamchat update 3 years ago
static initial files 3 years ago
streamchat@246ce64aca streamchat update 3 years ago
.gitignore initial files 3 years ago
.gitmodules use streamchat submodule 3 years ago
README.md add README 3 years ago
TODO initial files 3 years ago
clientmanager.js initial files 3 years ago
dump.sh update template sqlite and sql 3 years ago
index.js add chat bot support 3 years ago
package.json initial files 3 years ago
songprovider.js initial files 3 years ago
soundcloud.js initial files 3 years ago
template.sql update template sqlite and sql 3 years ago
template.sqlite update template sqlite and sql 3 years ago
time.js initial files 3 years ago
youtube.js initial files 3 years ago

README.md

Song Request Widget

Installation

git clone --recursive http://git.vampi.tech/vampi/song-requests.git
cd song-requests
npm install
cd streamchat
npm install
cd ../..

Running

ADMIN_KEY=YOUR_ADMIN_KEY node index.js

Go to localhost:4000/admin.html?key=YOUR_ADMIN_KEY.