Code Monkey home page Code Monkey logo

favicon.js's Introduction

favicon.js helps get any site’s favicon URL

installation?

git clone [email protected]:DTrejo/favicon.js.git
cd favicon.js
npm install

(npm install guide)

how do I use it?

$ favicon google.com amazon.com github.com
http://google.com/favicon.ico
http://amazon.com/favicon.ico
http://github.com/favicon.ico

how do I use it with my code?

var favicon = require('favicon');
var icon = favicon.get('dtrejo.com', function(err, url){
  console.log(url);
});

Note that at the moment it will return http://dtrejo.com/favicon.png if it cannot find a given site’s favicon in any of the normal places.
I should probably change this.

heritage?

favicon.js is a Javascript/node.js port of braveicon by bmelton.

Fetches a site’s favicon URL.  Respects link rel="" declarations
most importantly, per W3C spec, however, it favors ‘shortcut icon’
over /favicon.ico, as many software packages explicitly declare
via shortcut icon, and W3C snubs /favicon.ico, generally speaking
bmelton

favicon.js's People

Contributors

dtrejo avatar

Stargazers

 avatar  avatar Kelsey Falter avatar Dinesh Kr. Choudhary avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.