Create remixed versions of your favourite Spotify playlists.
💡 Idea by Divide-By-0.
Frontend: react@latest
Design/Logo: @alexgurr
Backend: none
APIs: Spotify
Authentication: OAuth pkce
-
REDIRECT_URL
: Redirect URL Spotify will redirect the OAuth flow back to. This should be added to the list of whitelisted domains in the Spotify console. Defaults tolocalhost:3000
-
SPOTIFY_CLIENT_ID
: The Client ID of your Spotify app. Your client should have the scopes:user-library-read
playlist-modify-private
playlist-read-private
playlist-modify-public
playlist-read-collaborative
-
SASS_PATH
: This should be set to src/styles or the SCSS import resolution will fail
-
GA_ID
: Google Analytics ID -
SENTRY_DSN
: Sentry error reporting DSN (url)
yarn
or npm install
yarn start
or npm run start