Skip to content

yannik-b/node-getfavicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node.js module to recieve a favicon url

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published