Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 898 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 898 Bytes

Chordova

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.

Demo

A demo can be found at https://ipavl.github.io/chordova/player/

Build

  • Install Cordova

  • 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> or cordova serve