FreieRadios / freieradioapp

Hybrid app to stream and get programm from free radios in germany
GNU General Public License v3.0
6 stars 4 forks source link

Freie Radio App

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.

[<img src="AboutTheApp.png" alt="Screenshot" height="400">]

Prerequisites

You need the following tools:

Optional you can install or use this tools:

Installation

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

Workflow

To run on Android:

Compile with typescript

gulp typescript

Contributing

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.

The format from the stations

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

Further information

For further information got to wiki page. Editors are welcome. Fetching like git is possible.

License

GPLv3