An open source server for the now-defunct Turntable.fm client
Requires mongodb
Instructions:
- Make sure mongod is running, then start the server by typing
node opentt.js
- Log into http://localhost:8080
- Register a user account
- Create a room through the
mongo
command use opentt
db.users.find()
- Copy the id of your user
db.rooms.insert({"_id": ObjectId("4e0b631414169c68880143a3"), "name": "[NAME GOES HERE]", "shortcut": "room", "userid": ObjectId("[USER ID GOES HERE]"), "moderatorID": ObjectId("[USERID GOES HERE")})
- Edit your config.json file to add your soundcloud api id and spotify login
- Restart the server and play!