ico-ico

0.0.4 • Public • Published

Favicon

Build Status

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

Installation

$ npm install ico-ico

Test

$ npm install -g mocha
$ mocha

Usage

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

var favicon = require('ico-ico');

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

License

See LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i ico-ico

Weekly Downloads

3

Version

0.0.4

License

none

Last publish

Collaborators

  • octplane