Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 332 Bytes

Pass the Aux

Sync spotify between devices & listen to music with friends 🎧

Couple notes

Spotify all happens client side. The server is just a websockets relay for sending messages between peers.

Dev

Install dependencies:

  • yarn

Run in two terminals:

  • yarn dev-server
  • yarn dev-client

Build

  • yarn build