An open API service indexing awesome lists of open source software.

https://github.com/youpy/www-favicon

find favicon from url
https://github.com/youpy/www-favicon

Last synced: 10 months ago
JSON representation

find favicon from url

Awesome Lists containing this project

README

          

= www-favicon

== Description

library for finding favicon from specific URL

== Installation

=== Archive Installation

rake install

=== Gem Installation

gem update --system
gem install gemcutter
gem tumble
gem install www-favicon

== Features/Problems

== Synopsis

require 'rubygems'
require 'www-favicon'

favicon = WWW::Favicon.new
favicon_url = favicon.find('http://www.google.com/')

== Copyright

Author:: youpy
Copyright:: Copyright (c) 2008 youpy
License:: The MIT License