Popularity
2.7
Declining
Activity
4.7
-
9
2
0
Programming language: Crystal
License: MIT License
Tags:
Third-party APIs
Latest version: v1.1.0
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.
-
GDAX
📈 GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of web_finger or a related project?
README
web_finger
A WebFinger client for Crystal.
Installation
- Add the dependency to your
shard.yml:
dependencies:
web_finger:
github: toddsundsted/web_finger
- Run
shards install
Usage
require "web_finger"
w = WebFinger.query("acct:toddsundsted@epiktistes.com") # => #<WebFinger::Result:0x108d...>
w.link("http://webfinger.net/rel/profile-page").href # => "https://epiktistes.com/@toddsundsted"
Contributors
- Todd Sundsted - creator and maintainer