mensa/README.md

34 lines
859 B
Markdown
Raw Normal View History

2019-04-11 17:40:04 +02:00
# Mensa
2019-04-11 17:47:09 +02:00
CLI tool to query the menu of cafeterias in Leipzig that are listed [here](https://www.studentenwerk-leipzig.de/mensen-cafeterien/speiseplan).
2019-04-11 17:40:04 +02:00
# Usage
Use [Rust](https://www.rust-lang.org/)s build tool [Cargo](https://www.rust-lang.org/) to build and, optionally, install this program:
```
> cargo build --release
> cargo install --path . --force
```
```
mensa [ at LOCATION ]
[ no [ fish | pig | alcohol ] ]
[ vegan | veggie | vegetarian | flexible ]
[ on [ today | tomorrow | yyyy-mm-dd ]
```
2019-04-11 17:41:30 +02:00
# TODO
```
src/meal.rs
44: /// - FIXME: No food on sundays!
45: /// - FIXME: Refactor
194:/// TODO: Badges
195:/// TODO: Price
```
2019-04-11 17:40:04 +02:00
# Bugs
This piece of software contains carefully selected bugs. If some of these offend you or keep you from finding the right place to eat lunch, please do report them. *This is an alpha.*