An audioguide app with geolocation and media streaming support for the ionic framework
These files will not run standalone, you have to create a new ionic app to make use of them. The interesting code is in www/js/controllers.js and www/js/app.js
You will need a webserver which serves the media files and handles the JSON requests.
Listing of needed cordova plugins in cordova-plugins.txt.
Copyright (c) 2015 Felix Herrmann (github.com/hfx) Licensed under GPL v2.
Code for the AudiostationsCtrl controller adapted from https://github.com/devgeeks/ExampleHTML5AudioStreaming/blob/master/www/scripts/html5audio.js, Copyright (c) 2011 Tommy-Carlos Williams (github.com/devgeeks).
This part of code is licensed under The MIT license by the original author, please see https://github.com/devgeeks/ExampleHTML5AudioStreaming#license