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
- Host: GitHub
- URL: https://github.com/youpy/www-favicon
- Owner: youpy
- License: mit
- Created: 2008-06-23T19:16:41.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2009-11-16T05:08:52.000Z (over 16 years ago)
- Last Synced: 2023-04-10T11:22:15.753Z (about 3 years ago)
- Language: Ruby
- Homepage:
- Size: 96.7 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- Changelog: ChangeLog
- License: LICENSE
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