getfavicon
v1.1.2
Published
Node.js module to recieve a favicon url
Downloads
21
Maintainers
Readme
node-getfavicon
node-getfavicon is a Node.js module which can extract the favicon url from a website.
usage
const getfavicon = require('getfavicon')
async function get() {
let favicon = await getfavicon('https://yannik-buerkle.de/')
console.log(favicon)
}
get()
license
This project is distributed under the MIT license.