Popularity
1.8
Declining
Activity
0.0
Stable
3
3
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.

Do you think we are missing an alternative of host_meta or a related project?

Add another 'Third-party APIs' Shard

README

host_meta

GitHub Release Build Status Documentation

A Web Host Metadata client for Crystal.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  host_meta:
    github: toddsundsted/host_meta
  1. 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