Popularity
3.1
Growing
Activity
4.7
-
9
3
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.
-
GDAX
๐ GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum.
InfluxDB โ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.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:[email protected]") # => #<WebFinger::Result:0x108d...>
w.link("http://webfinger.net/rel/profile-page").href # => "https://epiktistes.com/@toddsundsted"
Contributors
- Todd Sundsted - creator and maintainer