npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

favicon

0.0.2

@sentientwaffle

npmHomeRepoSnykSocket
Downloads:142
$ npm install favicon
DailyWeeklyMonthlyYearly

Favicon

A Node.js module for finding the URL of a web site's favicon.

Installation

$ npm install favicon

Usage

In this example, favicon_url is a String if an icon is found, or null otherwise.

var favicon = require('favicon');

favicon("http://nodejs.org/", function(err, favicon_url) {
  // ...
});

License

See LICENSE.