radiodan / radiodan-skeleton

A small skeleton application for getting started with Radiodan
http://radiodan.net/
2 stars 2 forks source link

Radiodan Skeleton

A small skeleton application for getting started with Radiodan. It demonstrates:

See the Radiodan Client Library documentation for all the commands that you can use.

Requirements

Installation

On OS X:

brew install zmq mpd nodejs

On raspbian/debian/ubuntu:

apt-get install mpd libzmq3 libzmq3-dev nodejs

And then on all platforms:

git clone https://github.com/radiodan/radiodan-skeleton.git
cd radiodan-skeleton
npm install

Running

npm start

This project includes the radiodan audio server and radiodan-broker that are installed via NPM.

You can see how to start these by looking in the Procfile.

You can install the server and broker separately if you need more flexibility.