getfavicon

1.1.2 • Public • Published

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.

Package Sidebar

Install

npm i getfavicon

Weekly Downloads

1

Version

1.1.2

License

MIT

Last publish

Collaborators

  • yannik-b