Favicongrabber.com Save

Grabbing favicons from any domain

Project README

Favicon Grabber license

Favicon Grabber is an online service to grab favicons from any domain.


Try Grabbing

API

Favicon Grabber API is simple and has the one endpoint. For instance, to grab favicons from digitalocean.com open https://favicongrabber.com/api/grab/digitalocean.com in your favorite browser.

Example Using

Grab icons with /apple/ mask in src property:

fetch('https://favicongrabber.com/api/grab/udemy.com')
  .then(response => response.json())
  .then(({ icons }) => icons.filter(({ src }) => /apple/.test(src)))
  .then(icons => icons.forEach(icon => console.log(icon)));

For the full description, please see Service API reference.

License

The code is available under the MIT License.

Open Source Agenda is not affiliated with "Favicongrabber.com" Project. README Source: antongunov/favicongrabber.com
Stars
372
Open Issues
19
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating