f4lco 8edc5a0ced Set retrieval test result to XFAIL on invalid JSON (#6)
This increases build stability - in case we did not receive
valid JSON in the retrieval test, we cannot exercise the
parser at all.
Disadvantage: if the endpoint stops returning JSON, we will
never know.
2019-06-07 11:22:40 +02:00
2019-01-27 19:41:46 +01:00
2019-01-27 20:45:51 +01:00
2019-01-27 19:18:53 +01:00
2019-01-27 20:45:51 +01:00
2019-01-27 20:45:51 +01:00
2018-10-23 10:39:48 +02:00

OpenMensa STW Potsdam

Build Status Coverage Status

Development Quickstart

$ pipenv install --two --dev  # Create venv
$ make test                   # Check setup by running tests
$ make debug                  # Start app instance with debugger
S
Description
[OpenMensa][om] parser components query canteen websites for menus and transform them into OpenMensa's data format. This project came to life after the website of the canteens of the Studentenwerk Potsdam changed, and is therefore the successor to [kaifabian/om-parser-potsdam][prev-parser] (hence the "-v2"). Among others, OpenMensa powers the popular [Mensa Uni Potsdam][steppschuh] Android app. The current application is built with [Python][py], [PyOpenMensa][pom], and [Flask][flask]. Learn more about the technical details at [Read the Docs][rtd].
Readme 976 KiB
Languages
Python 90.4%
HTML 4%
Dockerfile 3.9%
Makefile 1.7%