jurgenwerk / favicon-finder

Extract favicons from websites (Elixir)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Elixir 100.0%