Popularity
3.3
Growing
Activity
0.0
Stable
9
4
0

Programming language: Crystal
License: MIT License
Tags: Third-party APIs    
Latest version: v0.2.1

web_finger alternatives and similar shards

Based on the "Third-party APIs" category.
Alternatively, view web_finger alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of web_finger or a related project?

Add another 'Third-party APIs' Shard

README

web_finger

GitHub Release Build Status Documentation

A WebFinger client for Crystal.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  web_finger:
    github: toddsundsted/web_finger
  1. Run shards install

Usage

require "web_finger"

w = WebFinger.query("acct:[email protected]") # => #<WebFinger::Result:0x108d...>
w.link("http://webfinger.net/rel/profile-page").href # => "https://epiktistes.com/@toddsundsted"

Contributors