BeatSync is a collaborative web application which allows to listen to music together in Sync.
BeatSync is a cross web collaborative platform that enables users to host a spotify party and listen to the every beat in perfect synchronization. Any user can sign up, create a room, invite fellow participants using the unique room key and seal the deal!
Note: Since this application is in its alpha stage, user require spotify premium to have access to playback control.
Clone the repo and install npm
Download the dependencies on your pc by running the following command:
npm install
You can directly start your server at localhost:3000 by:
npm start
Alternatively, you can install nodemon and start your server using nodemon
npm install -dev nodemon --save
nodemon app.js
- NodeJS
- ExpressJS
- Mongo Cloud Atlas
- Socket.io
- Jquery and Ajax
- Spotify API
- jsonwebtoken
In order to run the tests, run:
$ npm test
If you want to check out the coverage, run:
$ npm run test:coverage
Can be used as reference for creating host-user model rooms using Web Sockets.
Implementation of the following Spotify API Endpoints:
- Spotify Authentication
- Get the User's Device Id
- Spotify Search
- Retrieve and play any track
- Pause a track
- Resume playing a track
For any queries, feel free to contact at smitu3435@gmail.com
Smit Patel
Dibyanshu Pranjal
Saloni Sawarkar