CAMO Status LVA
https://github.com/Turbo87/lva-camo-status.git
A static site generator that displays the CAMO (Continuing Airworthiness Management Organization) status for aircraft from the LVA and Nordstern glider clubs.
The binary fetches the current airworthiness status for each aircraft from CAMO Europe, parses the HTML responses, and generates a single index.html file with status indicators for each aircraft.
Status indicators:
cargo run
This generates an index.html file in the current directory.
# Run tests
cargo test
# Check formatting
cargo fmt --check
# Run clippy
cargo clippy -- -D warnings
Licensed under either of:
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.