/SpotifyParty

This project allows guests at a party to wish Spotify-songs using a web-interface. The songs are then played one after another.

Primary LanguageJavaScriptOtherNOASSERTION

SpotifyParty

This project allows guests at a party to wish Spotify-songs using a web-interface. The songs are then played one after another.

Installation

Download and install NodeJS. Download the dependencies by running the following command:

npm install

Create an applicatication on the Spotify Website. Set the environment variables SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET or edit server.js.

Usage

Open the Spotify-application on your computer and start the server by running the following command:

node server.js

You can now wish songs by opening your web-browser at http://localhost:1337/.

There is also a super-secret admin-interface at http://localhost:1337/?admin=admin. Songs added from the admin-interface will be added at the beginning of the wish-list. You can also play, pause and skip tracks.