Open ironjan opened 8 years ago
It was requested if the STW API can be extended to return the compiled templates at some url.
Currently added this as a link opening the browser. Maybe this can be moved to an app-internal browser as in facebook etc. (https://www.androidhive.info/2016/12/android-working-with-webview-building-a-simple-in-app-browser/)
The opening times seem to be placed in a
div .tx-oeffnungszeiten
. This could be used to extract the opening times for the app or another API.E.g. http://www.studentenwerk-pb.de/gastronomie/speiseplaene/mensa/ Chrome Dev Console Query:
$$('table[class="contenttable contenttable-0"', 'div[class="tx-oeffnungszeiten"]')