Webfinger

Really simple webfinger client which attempts to handle XRD and JRD

Installation

If available in Hex, the package can be installed by adding webfinger to your list of dependencies in mix.exs:

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

Usage

result_map = Webfinger.lookup("rossjones@mastodon.social")