Popularity
1.0
Declining
Activity
0.0
-
1
1
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.
-
fantasy_football_nerd_api
A library for the Fantasy Football Nerd API
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
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