/raspi

Very simple node.js music server (and client)

Primary LanguageJavaScript

Spotify Music Server

Simple Spotify Music Server and Web Client written in Node.js. I'm using it in a raspberry pi.

Requirements

Dependencies

Installation

  1. Put your spotify_appkey.key in /keys
  2. Copy /keys/k_dist.js into /keys/k.js and add your credentials
  3. Install libspotify
  4. Compile or download node-spotify binaries from node-spotify site. Place it inside node_modules
  5. npm install
  6. npm start
  7. Go to http://localhost:3000