Popularity
3.2
Declining
Activity
4.3
-
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.
-
GDAX
๐ GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
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