Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giulioz/spotofo

Private self-hosted music streaming app
https://github.com/giulioz/spotofo

app ios m3u music react-native streaming

Last synced: about 1 month ago
JSON representation

Private self-hosted music streaming app

Awesome Lists containing this project

README

        

# Spotofo
React Native app for streaming private music from HTTP.

To compile, you must add an `urls.js` file in the root directory, containing the playlist url in m3u format and additional server headers:

```js
export const playlistUrl =
"https://test.com/playlist.m3u";

export const serverHeaders = {
Authorization: "Basic ....."
};
```