github.com/wyhaines/TwitchEventSub.cr
0.1.0 / published May 5, 2021 / repository
This shard encapsulates logic and handling for interacting with the Twitch EventSub API.
twitch_event_sub
This implements a simple library to wrap up interaction with the Twitch EventSub API.
Installation
-
Add the dependency to your
shard.yml:dependencies: twitch_event_sub: github: your-github-user/twitch_event_sub -
Run
shards install
Usage
require "twitch_event_sub"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/wyhaines/twitch_event_sub/fork)
- 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
- Kirk Haines - creator and maintainer