1.1.2 • Published 7 years ago

getfavicon v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago