webmention.cr

[W.I.P.] Webmention library for Crystal-lang

webmention-cr

Docs status Gitlab pipeline status

WebMention library for Crystal lang.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      webmention:
        gitlab: eniehack/webmention.cr
    
  2. 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

  1. Fork it (https://gitlab.com/eniehack/webmention-cr/-/forks/new)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

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