Chordova is a web-based audio player designed to play audio files you already have on your computer or mobile device. It uses Apache Cordova to target mobile devices as an app (so no internet connection is required), with mobile-specific functionality granted through Cordova plugins. Chordova is also able to run as a static webpage to theoretically be usable on any platform with a web browser that supports HTML5 and JavaScript.
A demo can be found at https://ipavl.github.io/chordova/player/
-
From the project root, add the platform(s) you want to target (see
cordova platform list
for options - only the browser and Android have been tested so far):
cordova platform add <platform>
- Run the app with
cordova run <platform>
orcordova serve