Get the favicon from any website that has one:
iex(2)> FaviconFinder.favicon "github.com"
"https://assets-cdn.github.com/favicon.ico"
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.