https://github.com/devgeeks/4zzz-app
Mobile app for the community radio station 4ZZZfm in Brisbane, QLD Australia
https://github.com/devgeeks/4zzz-app
Last synced: about 1 year ago
JSON representation
Mobile app for the community radio station 4ZZZfm in Brisbane, QLD Australia
- Host: GitHub
- URL: https://github.com/devgeeks/4zzz-app
- Owner: devgeeks
- License: mit
- Created: 2016-02-13T06:32:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T10:17:12.000Z (over 8 years ago)
- Last Synced: 2025-02-15T05:24:23.381Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.4zzzfm.org.au
- Size: 1.56 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4ZZZ Mobile App
It's time to finally update this poor ancient app.
I think it's very much in the spirit of community radio for the app to be open source, so this time it is.
```
npm install
```
Then add any platforms:
```
cordova platform add adroid ios
```
Next, to run the hot module reloading server:
```
npm start
```
To view in a browser, use `http://localhost:8080`
To run on a simulator, open another terminal:
```
npm run ios
```
or
```
npm run android
```
To build for running on an actual device:
```
npm build -- ios
```
or
```
npm build -- android
```
Then continue to use the regular Cordova commands such as `cordova run ios --device`, etc
# License
MIT. Copyright (c) 2016 Tommy-Carlos Williams.