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

https://github.com/gruberb/icon-scout

Go through a list of websites and fetch favicons for them
https://github.com/gruberb/icon-scout

favicon-downloader favicons icons rust

Last synced: 3 months ago
JSON representation

Go through a list of websites and fetch favicons for them

Awesome Lists containing this project

README

        

# IconScout

- IconScout is a web service which is opening a POST endpoint on `/favicons`, which accepts a `JSON` file with a list of websites.
- It tries to fetch favicons from the given list of websites
- If found, it stores them in a Google Cloud bucket
- It then returns a response, sutiable for the [`icon-scout-frontend`](https://github.com/gruberb/icon-scout-frontend) project.