web_finger
Version, currently 0.2.616 versions
- 0.2.6latestJan 7, 2025
- 0.2.5not indexedJan 7, 2025
- 0.2.4not indexedJan 7, 2025
- 0.2.3not indexedJan 7, 2025
- 0.2.2not indexedJan 7, 2025
- 0.2.1not indexedJan 7, 2025
- 0.2.0not indexedJan 7, 2025
- 0.1.8not indexedJan 7, 2025
- 0.1.7not indexedJan 7, 2025
- 0.1.6not indexedJan 7, 2025
- 0.1.5not indexedJan 7, 2025
- 0.1.4not indexedJan 7, 2025
- 0.1.3not indexedJan 7, 2025
- 0.1.2not indexedJan 7, 2025
- 0.1.1not indexedJan 7, 2025
- 0.1.0not indexedJan 7, 2025
github.com/toddsundsted/web_finger
A WebFinger (https://tools.ietf.org/html/rfc7033) client for Crystal.
9 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
web_finger:
github: toddsundsted/web_finger
version: ~> 0.2.6Then run:
shards installshard.yml
- Crystal
>= 1.1.0, < 2.0.0- License
- MIT
- Author
- Todd Sundsted
Dependencies
Runtime Dependencies
- host_meta~> 0.2.0github: toddsundsted/host_meta
Development Dependencies
- spectator*gitlab: arctic-fox/spectatordev
README
# web_finger
[](https://github.com/toddsundsted/web_finger/releases)
[](https://github.com/toddsundsted/web_finger/actions)
[](https://toddsundsted.github.io/web_finger/)
A [WebFinger](https://tools.ietf.org/html/rfc7033) client for Crystal.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
web_finger:
github: toddsundsted/web_finger
```
2. Run `shards install`
## Usage
```crystal
require "web_finger"
w = WebFinger.query("acct:toddsundsted@epiktistes.com") # => #<WebFinger::Result:0x108d...>
w.link("http://webfinger.net/rel/profile-page").href # => "https://epiktistes.com/@toddsundsted"
```
## Contributors
- [Todd Sundsted](https://github.com/toddsundsted) - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.2.6- Tagged
- Jan 7, 2025
- Commit
857b0b1d2296- Crystal
>= 1.1.0, < 2.0.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/toddsundsted/web_finger
Metadata
- Created
- Aug 13, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 16