web_finger
Version, currently 0.1.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
Nothing has been indexed for 0.1.6 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
web_finger:
github: toddsundsted/web_finger
version: ~> 0.1.6Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.6. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# 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.1.6- Tagged
- Jan 7, 2025
- Commit
a579205539b2- Indexed
- not yet
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