1.0.0 • Published 8 years ago
node-favicon v1.0.0
Not maintained
Favicon
A Node.js module for finding the URL of a web site's favicon.
Installation
$ npm install faviconUsage
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.
1.0.0
8 years ago