A Node.js software to play random music.
$ npm install zikcenter -g
Go in command line to the directory where you have your music.
$ zik
-h, --help output usage information
-V, --version output the version number
-p, --port [number] specified the port
-f, --folder [path] specified the folder where there are musics
$ git clone --depth=1 --branch=master https://github.com/cedced19/zikcenter
$ cd ./zikcenter/dist/
$ npm install --production
$ node zikcenter.js
You can place your musics anywhere in the folder.