Gourmand Web Viewer is a fork of VersatiList.
Gourmand Web Viewer is compatible with Gourmand Recipe Manager.
Gourmand Web Viewer allow recipe search by ingredients you have at home using your browser on all your devices.
gourmand-web-wiewer is an EDLA project.
The purpose of edla.org is to promote the state of the art in various domains.
You can try the demo online or built it yourself :
(You can replace gourmand-web-viewer-cli/src/data/recipes.xml with your own Gourmand export)
to be done once :
rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli --version 0.2.69
to be done each time recipes.xml is updated
cargo run --bin gourmand-web-viewer-cli -- --cli --command generate
cargo build --release --package gourmand-web-viewer --target wasm32-unknown-unknown
wasm-bindgen target/wasm32-unknown-unknown/release/gourmand-web-viewer.wasm --out-dir GourmandWebViewer --web
To launch the GUI
cargo run --bin gourmand-web-viewer
cargo run --bin gourmand-web-viewer-cli -- --cli --help
cargo run --bin gourmand-web-viewer-cli -- --cli --command list
cargo run --bin gourmand-web-viewer-cli -- --cli --command debug
© 2022 Olivier ROLAND. Distributed under the GPLv3 License.