Skip to content

GigglingHam/favicon-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaviconFetcher

Get the favicon from any website that has one:

iex(2)> FaviconFinder.favicon "github.com"
"https://assets-cdn.github.com/favicon.ico"

Installation

The package can be installed by adding favicon_finder to your list of dependencies in mix.exs:

def deps do
  [{:favicon_finder, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/favicon_fetcher.

About

Extract favicons from websites (Elixir)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%