All Projects → alexgurr → mixmello

alexgurr / mixmello

Licence: other
Create remixed versions of your favourite Spotify playlists.

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mixmello

muffon
Music streaming browser
Stars: ✭ 491 (+1192.11%)
Mutual labels:  spotify
spotify-account-generator
Instantly generates new free Spotify accounts with random credentials
Stars: ✭ 83 (+118.42%)
Mutual labels:  spotify
cspot
A Spotify Connect player targeting, but not limited to embedded devices (ESP32).
Stars: ✭ 262 (+589.47%)
Mutual labels:  spotify
spotify-playing-readme
A really easy way to display your spotify listening status on READMEs and Website.
Stars: ✭ 21 (-44.74%)
Mutual labels:  spotify
Jekyll-Spotify
Easily output Spotify Embed Player for jekyll
Stars: ✭ 15 (-60.53%)
Mutual labels:  spotify
foo spotify
foobar2000 component for Spotify integration
Stars: ✭ 158 (+315.79%)
Mutual labels:  spotify
lavalink-music-bot-2021
Advance Discord Lavalink Music Bot With Spotify and Buttons Help Menu || Best Music Quality || Radio Commands
Stars: ✭ 26 (-31.58%)
Mutual labels:  spotify
radiopush
Create communities and share songs with Spotify users (https://radiopush.app)
Stars: ✭ 89 (+134.21%)
Mutual labels:  spotify
laravel-spotify
Laravel-Spotify is a simple wrapper around the Spotify Web API that makes working with its endpoints a breeze!
Stars: ✭ 141 (+271.05%)
Mutual labels:  spotify
spotify-rise
⏰ Spotify alarm clock for Ubuntu Linux
Stars: ✭ 32 (-15.79%)
Mutual labels:  spotify
spotify-release-list
📅 Display list of Spotify releases from artists you follow
Stars: ✭ 142 (+273.68%)
Mutual labels:  spotify
ad-silence
Mute Ad/promotions from Accuradio, Spotify, TIDAL & Pandora Android. Minimal, extensible & lightweight under 150kb.
Stars: ✭ 132 (+247.37%)
Mutual labels:  spotify
paystack-music-api
The bot and API that powers Paystack Music.
Stars: ✭ 70 (+84.21%)
Mutual labels:  spotify
spotify-cli
Spotify for the terminal 🎵
Stars: ✭ 295 (+676.32%)
Mutual labels:  spotify
spotilink
Parse Spotify URLs into Lavalink track objects.
Stars: ✭ 22 (-42.11%)
Mutual labels:  spotify
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-28.95%)
Mutual labels:  spotify
Partify
This is a free open source Spotify-powered app that lets users host parties and have guests connect using their smartphones to submit and vote on songs. The app will only play the highest voted song and can connect to personal playlists.
Stars: ✭ 37 (-2.63%)
Mutual labels:  spotify
spicetify
🎨 Omni for Spicetify
Stars: ✭ 111 (+192.11%)
Mutual labels:  spotify
spotitySpeedExtension
change the speed of spotify song playback rate. slow or fast.
Stars: ✭ 49 (+28.95%)
Mutual labels:  spotify
muse
🎧 a self-hosted midwestern Discord music bot that doesn't suck
Stars: ✭ 354 (+831.58%)
Mutual labels:  spotify

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].