This service is providing favicons
based on the given url
parameter and in addition, is able to resize the returned ico
based on the passed ?size
query paremter.
Having Rust installed on your system
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone [email protected]:gruberb/probe-rs.git
cd probe-rs
cargo build --release
Either
$ cargo run
or with logs
$ RUST_LOG=info cargo run
or the releas binary
$ ./target/release/probe-rs
Open your browser and query http://localhost:3000/favicon?url=mozilla.org&size=180