Skip to content

gruberb/probe-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

probe-rs

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.

Pre-requirements

Having Rust installed on your system

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Installation

Run

Either

$ cargo run

or with logs

$ RUST_LOG=info cargo run

or the releas binary

$ ./target/release/probe-rs

Example

Open your browser and query http://localhost:3000/favicon?url=mozilla.org&size=180

alt text

About

A service to fetch favicons from a given website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages