https://github.com/hollyschinsky/MediaExplorerMobile
iTunes Media Explorer mobile application sample written with Cordova+Ionic.
https://github.com/hollyschinsky/MediaExplorerMobile
Last synced: 7 months ago
JSON representation
iTunes Media Explorer mobile application sample written with Cordova+Ionic.
- Host: GitHub
- URL: https://github.com/hollyschinsky/MediaExplorerMobile
- Owner: hollyschinsky
- Created: 2014-03-12T17:17:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T10:14:42.000Z (about 9 years ago)
- Last Synced: 2025-04-23T18:44:19.868Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.91 MB
- Stars: 93
- Watchers: 12
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ionic - hollyschinsky/MediaExplorerMobile
README
MediaExplorerMobile
===================
An iTunes Media Explorer mobile application built with [Cordova](http://cordova.apache.org/) and [Ionic Framework](http://http://ionicframework.com/)
- Try the [hosted sample](http://devgirl.org/files/MediaExplorerMobile/www/#/menu/home)
- [Read more](http://devgirl.org/2014/03/12/sample-phonegap-application-itunes-explorer-with-angularjsionic/) about it
##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 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 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