Skip to content

Set up SoundTouch Server

CONNCTED edited this page Jan 26, 2016 · 3 revisions

Choose a folder on the file system (e.g. your user's home folder). Execute the following script to:

  • checkout the code from GitHub
  • install all dependencies
  • start the node server
git clone https://github.com/CONNCTED/SoundTouch-NodeJS.git
cd SoundTouch-NodeJS
npm install
node server.js

Start using SoundTouch Server

Clone this wiki locally