https://github.com/phishy/onedrop
Customizable cross platform music player
https://github.com/phishy/onedrop
Last synced: about 1 year ago
JSON representation
Customizable cross platform music player
- Host: GitHub
- URL: https://github.com/phishy/onedrop
- Owner: phishy
- Created: 2016-05-14T16:58:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T21:36:29.000Z (over 9 years ago)
- Last Synced: 2025-04-20T23:32:39.199Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://onedrop.io/info.html
- Size: 23.6 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [onedrop.io](http://onedrop.io/info.html)
Customizable cross platform music player. You can view the demo [here](http://onedrop.io/info.html).

### Works On Many Platforms
Using browser technology we are able to create one codebase that works on many platforms.
* Web/Browser via Docker
* iOS
* Android
* MacOS
* Windows
* Linux
### Build: Web via Docker
* ./build-docker.sh
* Navigate to http://your.ip.address on server
* Email: admin@example.com
* Password: password
### Build: MacOS
* ./build-macos.sh
* npm start packageMac
* cd onedrop-darwin-64/
* open onedrop.app
* Email: admin@example.com
* Password: password
### Build: iOS
* ./build-ios.sh
* Open XCode, add signing team, and then add background permissions
* Push it to your phone to test the builds
* Email: admin@example.com
* Password: password
### Build: Android
* ./build-android.sh
* This will generate an APK than you can install on your phone
* adb install /path/to/app.apk
* Email: admin@example.com
* Password: password
### Thanks
We would like to thank [BrowserStack](https://www.browserstack.com/) for allowing us to use their service to do our cross-browser testing with amazing ease.