stretto

Beautiful web-based music player

Stars
602
Forks
97
Open issues
20
Closed issues
106
Last release
over 5 years ago
Last commit
5 months ago
Watchers
602
Total releases
7
Total commits
232
Open PRs
11
Closed PRs
33
Repo URL
Platform
License
mit
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

Stretto An open source web-based music player

Go to Stretto, or if you would like to host it yourself, scroll down to the developer instructions.

How does Stretto work?

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:

Android App

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

Developer Instructions

Setup a .env file to setup your environment variables:

GOOGLE_CLIENT_ID=<...>
SPOTIFY_CLIENT_ID=<...>
SOUNDCLOUD_CLIENT_ID=<...>
Running in Docker + Docker Compose
bin/go

That's it! Go to http://localhost:3000

Without Docker

You'll need:

  • Node.js 12
  • Mongodb running

Add your MONGO_URL settings to your environment variables, then execute

yarn
npm run dev
License

MIT

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.