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

https://github.com/victrme/favicongrabber-proxy

A favicongrabber proxy, returns a single icon url string
https://github.com/victrme/favicongrabber-proxy

api api-proxy favicon-grabber javascript netlify-functions

Last synced: about 2 months ago
JSON representation

A favicongrabber proxy, returns a single icon url string

Awesome Lists containing this project

README

          

# Favicongrabber Proxy

[![Netlify Status](https://api.netlify.com/api/v1/badges/7fc0e283-9fcd-400c-b88b-fd70f1570156/deploy-status)](https://app.netlify.com/sites/cozy-raindrop-d47d23/deploys)

A proxy of [favicongrabber.com](https://github.com/antongunov/favicongrabber.com) by [@antongunov](https://github.com/antongunov) that gets the URL of the best icon in the JSON list.

### `/api/:domain`

```HTTP
GET /api/github.com
```

```text
https://github.githubassets.com/apple-touch-icon-114x114.png
```