The app is a hybrid app based on "Adobe Phonegap". The App is simply just a website with javascript. Goal of the App is, to display the program data of all free radios in germany in one App. So you can search with genres the transmissions you like. Also you have the ability to listen to the radios via their internet streams and you can discover new stations with the map.
You need the following tools:
- Node.js/npm
- typescript
- phonegap/cordova
- Android SDK and or Xcode(for iOS) for testing
Optional you can install or use this tools:
- cordova tools in VSC -> for faster testing
- chrome -> for debugging
- gulp -> to compile typescript
Clone the repository and open the folder in code editor of choice.
To install phonegap type into the terminal:
npm install -g phonegap
To install gulp:
npm install gulp -D
- Make your changes in typescript,php or CSS
- Compile with gulp
To run on Android:
- Connect Connect a Device or start an Emulator
- Cordova run Android or use the plugin
gulp typescript
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
meta.xml provides links to station- and program.xml of broadcasting stations participating at Freie Radio App
station-v3.xml latest template for xml which provides station- and program-data of broadcasting stations participating at Freie Radio App
station-v4.xml next generation template, not used so far
For further information got to wiki page. Editors are welcome. Fetching like git is possible.