Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

mrquantumoff/multishare

Repository files navigation

Welcome to multishare, a tool to share your music!

Requirements:

  • A supabase instance
  • A place to deploy
  • Your song/album distributed to spotify, apple music.

Setting up:

  • Create a new database in supabase
  • Create a new table called Songs that looks like this:
  • "id" is used for your url (e.g the id of "https://music.mrquantumoff.dev/sehrihuzun" is sehrihuzun)
  • I highly recommend using the artwork url from spotify's cdn (you can find it by inspecting the element on spotify's website, it should look like this , 640w is required for the official implementation, but you can modify next.js configuration to support other domains)

  • All the other fields are intuitive.
  • Either create a .env file with the supabase credentials that allow you to read the created table or specify the SUPABASE_URL and SUPABASE_KEY environment variables by yourself.
  • And then run
pnpm install
pnpm start