Skip to content
/ chordova Public

A local audio file player for web and mobile built with Apache Cordova.

Notifications You must be signed in to change notification settings

ipavl/chordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A local audio file player for web and mobile built with Apache Cordova.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published