Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 591 Bytes

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.