Skip to content

cedced19/zikcenter

Repository files navigation

ZikCenter

A Node.js software to play random music.

Build Status NPM version

CLI

$ npm install zikcenter -g

Go in command line to the directory where you have your music.

$ zik

Options

-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

Server

$ 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.