Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzarcon/page-favicon
Get any website favicon using Puppeteer
https://github.com/zzarcon/page-favicon
favicon page-favicon puppeteer scraping website-favicon
Last synced: about 1 month ago
JSON representation
Get any website favicon using Puppeteer
- Host: GitHub
- URL: https://github.com/zzarcon/page-favicon
- Owner: zzarcon
- License: mit
- Created: 2017-08-30T03:31:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T08:29:34.000Z (over 7 years ago)
- Last Synced: 2024-11-15T21:59:52.524Z (about 2 months ago)
- Topics: favicon, page-favicon, puppeteer, scraping, website-favicon
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# page-favicon
> Get a website favicon with ease# Installation
```
$ yarn add page-favicon
```# Usage
```
import getPageFavicon from 'page-favicon';```
# TODO
- [ ] Flow
- [ ] Docs