An open API service indexing awesome lists of open source software.

https://github.com/denperidge/favicon-fetcher


https://github.com/denperidge/favicon-fetcher

Last synced: 2 months ago
JSON representation

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.