node-get-favicon

0.1.1 • Public • Published

node-get-favicon

Usage

var Favicon = require('node-get-favicon')
 
var favicon = new Favicon({
  verboseMode: true
})
 
favicon.getFavicon('https://www.google.com')
  .then(function (data) {
    console.log(data)
    console.log(data.data)
  })
  .catch(function (e) {
    console.log(e.message)
  })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    2
  • 0.1.0
    0

Package Sidebar

Install

npm i node-get-favicon

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

6.57 kB

Total Files

3

Last publish

Collaborators

  • jerrybendy