node-favicon

1.0.0 • Public • Published

Not maintained

Favicon

Build Status

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.

Dependents (0)

Package Sidebar

Install

npm i node-favicon

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

5.58 kB

Total Files

7

Last publish

Collaborators

  • samuelmoraesf