Popularity
1.6
Declining
Activity
4.1
-
3
2
0
Programming language: Crystal
License: MIT License
Tags:
Third-party APIs
Latest version: v0.2.0
host_meta alternatives and similar shards
Based on the "Third-party APIs" category.
Alternatively, view host_meta 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.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of host_meta or a related project?
README
host_meta
A Web Host Metadata client for Crystal.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
host_meta:
github: toddsundsted/host_meta
- Run
shards install
Usage
require "host_meta"
h = HostMeta.query("epiktistes.com") # => #<HostMeta::Result:0x10e99...>
h.links("lrdd").first.template # => "https://epiktistes.com/.well-known/webfinger?resource={uri}"
Contributors
- Todd Sundsted - creator and maintainer