Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giulioz/spotofo
- Owner: giulioz
- Created: 2019-06-02T16:54:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:56:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T08:37:28.043Z (about 2 months ago)
- Topics: app, ios, m3u, music, react-native, streaming
- Language: Objective-C
- Homepage:
- Size: 777 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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 ....."
};
```