mensa/README.md

26 lines
635 B
Markdown
Raw Normal View History

2021-10-14 10:10:42 +02:00
# Mensa
2020-01-29 17:52:40 +01:00
2021-10-14 10:10:42 +02:00
CLI tool to query the menu of cafeterias contained in the [OpenMensa](https://openmensa.org) database.
2019-04-11 17:40:04 +02:00
2021-10-14 10:15:02 +02:00
![example](https://user-images.githubusercontent.com/11077981/137278085-75ec877a-dba0-44bb-a8dc-6c802e24178c.png)
2021-10-14 10:10:42 +02:00
# Features
2019-04-11 17:40:04 +02:00
2021-10-14 10:10:42 +02:00
- [X] Custom filters and favourites using CLI flags or the optional configuration file.
- [X] List cafeterias close to you based on GeoIP.
- [X] All request are cached locally.
- [X] Fuzzy date parsing based on [date_time_parser](https://lib.rs/crates/date_time_parser).
- [ ] List your favourite meals in cafeterias near you.
2019-04-11 17:40:04 +02:00
2021-10-14 10:10:42 +02:00
# Installation
2019-04-11 17:40:04 +02:00
2021-10-14 10:10:42 +02:00
TODO
2019-04-11 17:41:30 +02:00
2021-10-14 10:10:42 +02:00
# Usage
2019-04-11 17:41:30 +02:00
2021-10-14 10:10:42 +02:00
TODO
2019-04-11 17:40:04 +02:00
2021-10-14 10:10:42 +02:00
# Example configuration
2019-04-11 17:40:04 +02:00
2021-10-14 10:10:42 +02:00
TODO