Code Monkey home page Code Monkey logo

beatsync's Introduction

BeatSync

version node

BeatSync is a collaborative web application which allows to listen to music together in Sync.

Description

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.

Installation

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

Technology Stack

  • NodeJS
  • ExpressJS
  • Mongo Cloud Atlas
  • Socket.io
  • Jquery and Ajax
  • Spotify API
  • jsonwebtoken

Web Snaps

Home Spotify_Login Create Room Room

Running tests

In order to run the tests, run:

$ npm test

If you want to check out the coverage, run:

$ npm run test:coverage

Usage

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 [email protected]

Credits

Smit Patel

Dibyanshu Pranjal

Saloni Sawarkar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.