Skip to content

jdchmiel/soundtrack.io

 
 

Repository files navigation

soundtrack.io

soundtrack.io is a collaborative online jukebox.

Getting Started

Before you begin you will need to have nodejs, redis, and mongodb installed. Homebrew is recommended for OS X users.

brew install nodejs mongodb redis
redis-server &
mongod &

Once you have them installed, go ahead and clone the repository.

git clone [email protected]:martindale/soundtrack.io.git
cd soundtrack.io

You will need to fetch the dependencies and then you can start up the server.

npm install
node soundtrack.js

API

Deleting tracks: $.ajax('/playlist/520e6bda3cb680003700049c', { type: 'DELETE', data: { index: 1 } });

Contributing

Fork. Commit. Pull request.

About

Self-hosted collaborative music playing application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 12.7%