favrat

0.4.8 • Public • Published

Favrat

Search, find and report a web page's (fav)icon


pipeline status coverage website Liberapay Liberapay Ko-Fi

Installation

npm install favrat

Testing

npm test

Usage

var favrat = require('favrat');

favrat("http://nodejs.org/", function(err, icon_url) {

    if (icon_url) {
        res.send(icon_url)
    } else {
        res.status(500).send('No icon found')
    }

});

Brought to you by yPhil Please consider helping icon by Mattahan (Paul Davey)

Readme

Keywords

Package Sidebar

Install

npm i favrat

Weekly Downloads

8

Version

0.4.8

License

SEE LICENSE IN LICENSE

Unpacked Size

63.9 kB

Total Files

13

Last publish

Collaborators

  • yphil