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.
|
3 years ago | |
---|---|---|
static | 3 years ago | |
streamchat@246ce64aca | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
README.md | 3 years ago | |
TODO | 3 years ago | |
clientmanager.js | 3 years ago | |
dump.sh | 3 years ago | |
index.js | 3 years ago | |
package.json | 3 years ago | |
songprovider.js | 3 years ago | |
soundcloud.js | 3 years ago | |
template.sql | 3 years ago | |
template.sqlite | 3 years ago | |
time.js | 3 years ago | |
youtube.js | 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
.