Skip to content

itsvineetkr/jamming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Songs Jamming Platform

Replica of Spotify jam (their premium feature) using webhooks. Here you can jam and listen to the same song as your friend and also any number of friends can listen and control music at the same time.

Build on FastAPI websockets
Uses simple HTML CSS and JS frontend using Jinja Templating

To Run this project

With docker:

docker build -t jamming-app .

docker run -p 8000:8000 jamming-app

In direct python environment:

pip install -q -r requirements.txt

uvicorn main:app --reload

Then open http://localhost:8000/

About

Replica of Spotify jam (their premium feature) using webhooks. Here you can jam and listen to the same song as your friend and also any number of friends can listen and control music at the same time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors