/sw-mensa-proxy

A proxy for the studierendenWERK Mensa overview webpage to get bookmarkable links.

Primary LanguageCSSMIT LicenseMIT

studierendenWERK Berlin Mensa Proxy

The only reason this tiny project was created is the fact that there was no way to bookmark your favorite mensa at the sudierendenWERK Berlin website without any usage of cookies. They have created that feature now, so you can still use that proxy to get rid of the unnecessary data appendage.

Run on Ubuntu 16.04

Install PHP

sudo apt-get install php php-xml

Install dependencies

php composer.phar install

Start PHP server

With a standard timeout of 300 seconds

php composer.phar start

With no timeout

php composer.phar run-script start --timeout=0