2018-03-13 23:46:21 +03:00
2018-03-10 22:15:40 +03:00
2017-11-18 20:48:10 +07:00
2018-03-09 19:38:01 +03:00
2017-12-05 18:13:19 +07:00
2017-12-08 17:09:09 +07:00
2018-01-25 22:34:28 +03:00
2017-07-28 17:03:48 +07:00
2017-07-11 13:21:08 +07:00
2017-07-03 15:41:35 +07:00
2017-11-07 18:50:05 +07:00
2018-03-10 22:23:30 +03:00
2017-11-09 16:01:24 +07:00
2017-08-29 16:52:08 +07:00
2017-11-02 20:05:23 +07:00
2017-12-04 19:00:26 +07:00
2017-06-30 14:59:51 +07:00
2017-06-30 18:40:00 +07:00
2018-01-26 22:53:41 +03:00
2017-11-10 13:02:41 +07:00
2017-11-10 12:51:09 +07:00

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 http://favicongrabber.com/api/grab/digitalocean.com in your favorite browser.

Example Using

Grab icons with /apple/ mask in src property:

fetch('http://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.

Description
No description provided
Readme MIT 509 KiB
Languages
JavaScript 66.4%
SCSS 21.7%
Pug 10%
Mustache 1.9%