Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon authored Nov 16, 2023
1 parent 4fac62f commit 33bf9fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<thead><tr><th colspan="3">EventSub WebSocket Transport Things</th></tr></thead>
<tbody>
<tr><td><a href="https://barrycarlyon.github.io/twitch_misc/eventsub/websockets/web/basic/">The Basics</a></td><td><a href="https://github.com/BarryCarlyon/twitch_misc/tree/main/eventsub/websockets/web/basic">Source</a></td><td>A basic EventSub WebSocket connector</td></tr>
<tr><td><a href="https://barrycarlyon.github.io/twitch_misc/eventsub/websockets/web/chat/">The Chat Topics</a></td><td><a href="https://github.com/BarryCarlyon/twitch_misc/tree/main/eventsub/websockets/web/chat">Source</a></td><td>Testing the new Chat Topics</td></tr>
<tr><td><a href="https://barrycarlyon.github.io/twitch_misc/eventsub/websockets/web/charity/">Charity EventSub WebSocket</a></td><td><a href="https://github.com/BarryCarlyon/twitch_misc/tree/main/eventsub/websockets/web/charity/">Source</a></td><td>A EventSub WebSocket Charity Example</td></tr>
<tr><td><a href="https://barrycarlyon.github.io/twitch_misc/eventsub/websockets/web/creatorgoals/">Creator Goals EventSub WebSocket</a></td><td><a href="https://github.com/BarryCarlyon/twitch_misc/tree/main/eventsub/websockets/web/creatorgoals/">Source</a></td><td>A EventSub WebSocket CreatorGoals Example</td></tr>
<tr><td><a href="https://barrycarlyon.github.io/twitch_misc/examples/poll_tool/">Simple Poll Tool/Results Display</a></td><td><a href="https://github.com/BarryCarlyon/twitch_misc/tree/main/examples/poll_tool">Source</a></td><td>A simple tool to create a poll and monitor the results via EventSub WebSocket.</td></tr>
Expand Down Expand Up @@ -84,4 +85,4 @@
}
</script>
</body>
</html>
</html>

0 comments on commit 33bf9fc

Please sign in to comment.