Go to Stretto, or if you would like to host it yourself, scroll down to the developer instructions.
Stretto works by backing every single one of your tracks with a video or song from youtube or soundcloud. It then uses the companion chrome extension to download the tracks to your browser directly.
Here is a list of some of the features Stretto has:
Since Stretto works as a progressive web app, you can use Kiwi browser on Android to use it on mobile. More information here: https://blog.kaiser.lol/stretto-music-player/#using-stretto-on-android
Setup a .env file to setup your environment variables:
GOOGLE_CLIENT_ID=<...>
SPOTIFY_CLIENT_ID=<...>
SOUNDCLOUD_CLIENT_ID=<...>
bin/go
That's it! Go to http://localhost:3000
You'll need:
Add your MONGO_URL settings to your environment variables, then execute
yarn
npm run dev
MIT