https://github.com/denperidge/favicon-fetcher
https://github.com/denperidge/favicon-fetcher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/denperidge/favicon-fetcher
- Owner: Denperidge
- Created: 2025-03-19T10:38:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T12:07:53.000Z (2 months ago)
- Last Synced: 2025-03-19T12:33:41.101Z (2 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# favicon-fetcher
A Node.js no-dependency favicon fetcher. It doesn't rely on external endpoints unless nothing else works, instead using the HTML, regex and the fetch API.
## Limitations
- The Fetch API is used instead of a full browser simulation. If the favicon is added with JavaScript on the client-side, this might give issues.