|
|
|
Show HN: Get the Favicon of Any Website
(favicon.show)
|
|
3 points
by mnapoli
312 days ago
|
|
This is my week-end project. I needed this for another project that shows a list of website. Showing the favicon of websites can be surprisingly hard if you want it to be more than just blindly grabbing website.com/favicon.ico. This is built on Cloudflare Workers. |
|
<img src="https://favicon.show/?letter=L">
Do you cache the favicons, or do you call the site each time?