twitch_event_sub

Version, currently 0.1.01 version
  • 0.1.0latestMay 5, 2021

github.com/wyhaines/TwitchEventSub.cr

This shard encapsulates logic and handling for interacting with the Twitch EventSub API.

1 stars
1 dependent
License: Apache 2.0

Installation

# Add this to your shard.yml
dependencies:
  twitch_event_sub:
    github: wyhaines/TwitchEventSub.cr
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
1.0.0
License
Apache 2.0
Author
Kirk Haines

Dependencies

Development Dependencies

  • ameba~> 0.14.3github: crystal-ameba/amebadev

README

twitch_event_sub

This implements a simple library to wrap up interaction with the Twitch EventSub API.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      twitch_event_sub:
        github: your-github-user/twitch_event_sub
  2. Run shards install

Usage

require "twitch_event_sub"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/wyhaines/twitch_event_sub/fork)
  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