ruoka-rs

Crates.ioruoka-rs
lib.rsruoka-rs
version1.0.7
sourcesrc
created_at2022-07-20 10:49:29.208361
updated_at2022-11-06 10:43:04.928626
descriptionFetch the mayk.fi menu efficiently
homepage
repositoryhttps://github.com/libreMayk/ruoka-rs
max_upload_size
id628784
size157,438
zeriax (zeriaxdev)

documentation

README

🦀 ruoka-rs

A tool to quickly get the menu from mayk.fi/tietoa-meista/ruokailu. The program curls the html, parses it with Regex and makes it more colorful.

demo.gif

Installation

Linux & MacOS

Run the following in your terminal:

cargo build                           # compile
mv ./target/debug/ruoka-rs /usr/bin   # move the program to bin

Other systems

Install the package via cargo:

cargo install ruoka-rs

Missing cargo?

🦀 On Linux and MacOS systems, run:

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.

🦀 Build and Install Cargo from Source

Alternatively, you can build Cargo from source.

Enjoy!

(Also, feel free to contact zeriaxdev if you have any issues or questions.)

Commit count: 13

cargo fmt