https://github.com/tryone144/akafoe-menu
Parser for menus at http://www.akafoe.de
https://github.com/tryone144/akafoe-menu
Last synced: about 1 year ago
JSON representation
Parser for menus at http://www.akafoe.de
- Host: GitHub
- URL: https://github.com/tryone144/akafoe-menu
- Owner: tryone144
- License: mit
- Created: 2016-11-23T09:44:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T01:21:03.000Z (about 3 years ago)
- Last Synced: 2025-02-01T10:28:12.275Z (over 1 year ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
akafoe-menu
===========
Parser for menus at [www.akafoe.de](http://www.akafoe.de), written in rust.
## Installation
### Dependencies
* quick-xml = "0.12"
* regex = "1.0"
* reqwest = "0.9"
* time = "0.1"
### Build
Compile with cargo to handle dependencies: `$ cargo build --release`
Copy binary to location of choice, e.g. `# cp target/release/akafoe-menu /usr/local/bin`
or install with `carog install --path .` to `~/.cargo/bin` (default).
---
# License
Copyright (c) 2018 Bernd Busse
The MIT License (MIT), see [LICENSE](./LICENSE) for more information