An iTunes Media Explorer mobile application built with Cordova and Ionic Framework
-
Try the hosted sample
-
Read more about it
##Run it yourself
You can create your own new project locally using the Cordova CLI based on my code (after you've cloned or downloaded) with:
$ cordova create MyMediaExplorer "com.mediaexplorer.app" "MediaExplorerApp" --copy-from /MediaExplorerMobile/www
Or create a new project and manually replace the www folder with mine.
$ cordova create MyMediaExplorer
Add the following plugins to the application:
$ cordova plugin add org.apache.cordova.console
$ cordova plugin add org.apache.cordova.device
$ cordova plugin add org.apache.cordova.inappbrowser
$ cordova plugin add org.apache.cordova.statusbar
$ cordova plugin add https://github.com/jcjee/email-composer
$ cordova platform add ios
$ cordova run ios