https://github.com/cvan/iconsnaggle
extract favicons, `link[rel="shortcut icon"]`, `link[rel="icon"]`, `link[rel="apple-touch-icon"]`, and `link[rel="og:image"]` icons from a given URL
https://github.com/cvan/iconsnaggle
Last synced: 5 months ago
JSON representation
extract favicons, `link[rel="shortcut icon"]`, `link[rel="icon"]`, `link[rel="apple-touch-icon"]`, and `link[rel="og:image"]` icons from a given URL
- Host: GitHub
- URL: https://github.com/cvan/iconsnaggle
- Owner: cvan
- Created: 2014-01-03T03:01:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T08:57:55.000Z (over 12 years ago)
- Last Synced: 2025-10-13T02:56:08.525Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iconsnaggle
Extract favicons, `link[rel="shortcut icon"]`, `link[rel="icon"]`,
`link[rel="apple-touch-icon"]`, and `link[rel="og:image"]` icons.
## Installation
* `npm install`
* `cp settings_local.js.dist settings_local.js`
* `nodemon app.js`