An open API service indexing awesome lists of open source software.

https://github.com/nithanim/jkumensaparser


https://github.com/nithanim/jkumensaparser

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# JkuMensaParser
This is a parser for the diverse mensas present around [JKU] (http://www.jku.at/).
Currently [Classic, Choice](http://menu.mensen.at/index/index/locid/1), [KHG](http://www.khg-linz.at/?page_id=379) and [Raab](http://www.sommerhaus-hotel.at/de/restaurant_plan.php) are supported.

## Usage
You can either use the MainFactory as a shortcut
```java
List menus = MainFactory.newMain(Type.CLASSIC);
```
or build everything yourself
```java
List menus = JkuClassicFactory(new JkuClassicSourceFactory()).newMensa();
```

The [JkuMensaApi](https://github.com/Nithanim/JkuMensaApi) is required to function.

## License
The JkuMensaParser is licensed under the LGPL. See LICENSE.txt for more information.