A tool to quickly get the menu from mayk.fi/tietoa-meista/ruokailu.
The program curl
s the html, parses it with Regex and makes it more colorful.
Run the following in your terminal:
cargo build # compile
mv ./target/debug/ruoka-rs /usr/bin # move the program to bin
Install the package via cargo
:
cargo install ruoka-rs
curl https://sh.rustup.rs -sSf | sh
🦀 On Windows, download and run rustup-init.exe. It will start the installation in a console.
For other installation options and information, visit the install page of the Rust website.
Alternatively, you can build Cargo
from source.
(Also, feel free to contact zeriaxdev if you have any issues or questions.)