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: 12 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:56:35.000Z (over 3 years ago)
- Last Synced: 2025-04-15T01:15:00.252Z (about 1 year ago)
- Topics: app, ios, m3u, music, react-native, streaming
- Language: Objective-C
- Homepage:
- Size: 777 KB
- Stars: 4
- Watchers: 1
- 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 ....."
};
```