Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.21 KB

MediaExplorerMobileOnsen

iTunes Media Explorer mobile application sample written with Cordova and OnsenUI

##Run it yourself

Create Project

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 MyMediaExplorerOnsen "com.mediaexplorer.app" "MediaExplorerOnsenApp" --copy-from /MediaExplorerMobileOnsen/www

Or create a new project and manually replace the www folder with mine.

$ cordova create MyMediaExplorerOnsen

Add Plugins

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

Add a Platform

$ cordova platform add ios

Run the App

$ cordova run ios