webmention.cr
webmention-cr
WebMention library for Crystal lang.
Installation
-
Add the dependency to your
shard.yml
:dependencies: webmention: gitlab: eniehack/webmention.cr
-
Run
shards install
Usage
require "webmention"
require "http/client"
require "uri"
url = URI.parse "https://www.example.com"
response = HTTP::Client.get url
webmention = Webmention::Discover.new response, url
endpoint = webmention.discover
Development
TODO: Write development instructions here
Contributing
- Fork it (https://gitlab.com/eniehack/webmention-cr/-/forks/new)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- eniehack - creator and maintainer
Repository
webmention.cr
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 3 years ago
- May 7, 2020
License
Apache License 2.0
Links
Synced at
Thu, 07 Nov 2024 14:43:11 GMT
Languages