An open API service indexing awesome lists of open source software.

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

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.