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
- Host: GitHub
- URL: https://github.com/victrme/favicongrabber-proxy
- Owner: victrme
- License: unlicense
- Created: 2022-04-29T08:54:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T07:01:44.000Z (over 3 years ago)
- Last Synced: 2025-02-16T23:41:37.555Z (9 months ago)
- Topics: api, api-proxy, favicon-grabber, javascript, netlify-functions
- Language: JavaScript
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Favicongrabber Proxy
[](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
```