https://github.com/phonegap/phonegap-app-star-track
The PhoneGap media example app
https://github.com/phonegap/phonegap-app-star-track
Last synced: over 1 year ago
JSON representation
The PhoneGap media example app
- Host: GitHub
- URL: https://github.com/phonegap/phonegap-app-star-track
- Owner: phonegap
- License: apache-2.0
- Created: 2015-12-17T21:34:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T03:58:19.000Z (almost 9 years ago)
- Last Synced: 2025-04-16T18:56:25.252Z (over 1 year ago)
- Language: CSS
- Size: 13.7 MB
- Stars: 55
- Watchers: 16
- Forks: 39
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Star Track
A PhoneGap example app using [Framework7 HTML Framework](http://framework7.io/) and the [iTunes Search API](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/).
## Previewing the app
### Requirements
- PhoneGap CLI: `npm install -g phonegap`
### Clone
```
git clone https://github.com/phonegap/phonegap-app-star-track
cd phonegap-app-star-track
phonegap serve
```
### Template
Alternatively, you can use the app as a template for the PhoneGap CLI:
```
phonegap create StarTrack --template phonegap-app-star-track
cd StarTrack
phonegap serve
```
### View
You can now view the app either in a browser at`localhost:3000`, or using the [PhoneGap Developer App](http://app.phonegap.com/) on your device(s).
Of course, all the other PhoneGap CLI commands work as expected.
```
phonegap platform add ios
phonegap run ios
cordova platform add android
cordova run android --device
```
etc...