Skip to content

andrewdenton/mixmello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Build Status Dependencies GitHub Issues Contributions welcome

www.mixmello.com

 

About

Create remixed versions of your favourite Spotify playlists.

  💡 Idea by Divide-By-0.

 

Stack

Frontend: react@latest

Design/Logo: @alexgurr

Backend: none

APIs: Spotify

Authentication: OAuth pkce

 

Screenshots

screen shot 1 screen shot 2
screen shot 3 screen shot 4

 

Getting Started

Environment Variables

Required

  • 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 to localhost: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

Optional

  • GA_ID: Google Analytics ID

  • SENTRY_DSN: Sentry error reporting DSN (url)

 

Install

yarn or npm install

 

Start

yarn start or npm run start

About

Create remixed versions of your favourite Spotify playlists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 86.7%
  • JavaScript 12.5%
  • HTML 0.8%