{"id":13508373,"url":"https://github.com/ikeikeikeike/exfavicon","last_synced_at":"2025-05-13T23:32:11.565Z","repository":{"id":62429133,"uuid":"47498098","full_name":"ikeikeikeike/exfavicon","owner":"ikeikeikeike","description":"Elixir library for discovering favicons","archived":false,"fork":false,"pushed_at":"2016-04-09T13:38:05.000Z","size":10,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T09:46:38.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/ikeikeikeike/exfavicon","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikeikeikeike.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-06T13:38:22.000Z","updated_at":"2025-04-14T14:05:33.000Z","dependencies_parsed_at":"2022-11-01T20:06:12.839Z","dependency_job_id":null,"html_url":"https://github.com/ikeikeikeike/exfavicon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeikeikeike%2Fexfavicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeikeikeike%2Fexfavicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeikeikeike%2Fexfavicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeikeikeike%2Fexfavicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikeikeikeike","download_url":"https://codeload.github.com/ikeikeikeike/exfavicon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043217,"owners_count":22004912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:00:52.171Z","updated_at":"2025-05-13T23:32:06.547Z","avatar_url":"https://github.com/ikeikeikeike.png","language":"Elixir","funding_links":[],"categories":["Images"],"sub_categories":[],"readme":"# Exfavicon\n\n[![Build Status](http://img.shields.io/travis/ikeikeikeike/exfavicon.svg?style=flat-square)](http://travis-ci.org/ikeikeikeike/exfavicon)\n[![Hex version](https://img.shields.io/hexpm/v/exfavicon.svg \"Hex version\")](https://hex.pm/packages/exfavicon)\n[![Hex downloads](https://img.shields.io/hexpm/dt/exfavicon.svg \"Hex downloads\")](https://hex.pm/packages/exfavicon)\n\nA exfavicon to detect a site's favicon.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n1. Add exfavicon to your list of dependencies in `mix.exs`:\n\n    ```elixir\n    def deps do\n      [{:exfavicon, \"~\u003e 0.3\"}]\n    end\n    ```\n\n2. Ensure exfavicon is started before your application:\n\n    ```elixir\n    def application do\n      [applications: [:exfavicon]]\n    end\n    ```\n\n## Usage\n\n```elixir\n# Find http://elixir-lang.org\nExfavicon.find(\"http://elixir-lang.org\")    #  \"http://elixir-lang.org/favicon.ico\"\n\n# Find http://twitter.com\nExfavicon.find(\"http://twitter.com\")        # \"http://abs.twimg.com/favicons/favicon.ico\"\n\n# Find http://facebook.com\nExfavicon.find(\"http://facebook.com\")       # \"https://static.xx.fbcdn.net/rsrc.php/yV/r/hzMapiNYYpW.ico\"\n\n# Find http://youtube.com\nExfavicon.find(\"http://youtube.com\")        # \"https://s.ytimg.com/yts/img/favicon-vflz7uhzw.ico\"\n\n# Find https://www.google.com\nExfavicon.find(\"http://google.com/\")        # \"https://www.google.co.jp/images/branding/product/ico/googleg_lodp.ico\"\n\n```\n\n[API Reference](http://hexdocs.pm/exfavicon/0.3.1/api-reference.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikeikeikeike%2Fexfavicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikeikeikeike%2Fexfavicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikeikeikeike%2Fexfavicon/lists"}