A nodejs based radio system that accept song request by youtube url and play on the server side web ui. Support discord chatbot control.
$ cp config/default-sample.json config/default.json
$ vim config/default.json
$ npm install
$ npm start
$ ./scripts/install-git-hooks
$ ./node_modules/.bin/eslint --init
? How would you like to configure ESLint?
❯ Use a popular style guide
? Which style guide do you want to follow?
❯ Standard
? What format do you want your config file to be in?
❯ JSON
Replace public/img/kanban-musume
by your musume(?
Support discord bot control.
[Command list]
/playing : Get information of currently playing song.
/add [youtube_url] : Add a song.
/next : Skip current song.
/playpause : Play/Pause current song.
/controller : Show controller.
- body: none
- response:
Play
- body: none
- response:
Pause
- body: none
- response:
Next song