Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 455b5a8

Browse files
author
codeoverflow-org
committed
Update generated documentation ( codeoverflow-org/nodecg-io@13edf27)
1 parent e1b6c57 commit 455b5a8

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/dependencies.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ FontStyle Underline
6363
[<u>twitch] as twitch <<lib>> [[https://www.npmjs.com/package/twitch]]
6464
[<u>twitch-auth] as twitch_auth <<lib>> [[https://www.npmjs.com/package/twitch-auth]]
6565
[<u>twitch-chat-client] as twitch_chat_client <<lib>> [[https://www.npmjs.com/package/twitch-chat-client]]
66+
[<u>nodecg-io-twitch-pubsub] as nodecg_io_twitch_pubsub <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitch-pubsub]]
67+
[<u>twitch-pubsub-client] as twitch_pubsub_client <<lib>> [[https://www.npmjs.com/package/twitch-pubsub-client]]
6668
[<u>nodecg-io-twitter] as nodecg_io_twitter <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitter]]
6769
[<u>@types/twitter] as types_twitter <<lib>> [[https://www.npmjs.com/package/@types/twitter]]
6870
[<u>twitter] as twitter <<lib>> [[https://www.npmjs.com/package/twitter]]
@@ -126,6 +128,10 @@ nodecg_io_twitch --> nodecg_io_core
126128
nodecg_io_twitch ...> twitch
127129
nodecg_io_twitch ...> twitch_auth
128130
nodecg_io_twitch ...> twitch_chat_client
131+
nodecg_io_twitch_pubsub --> nodecg_io_core
132+
nodecg_io_twitch_pubsub ...> twitch
133+
nodecg_io_twitch_pubsub ...> twitch_pubsub_client
134+
nodecg_io_twitch_pubsub ...> ws
129135
nodecg_io_twitter ...> types_twitter
130136
nodecg_io_twitter --> nodecg_io_core
131137
nodecg_io_twitter ...> twitter

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Do not set the 'Services implemented' value manually. It's inserted automatically. -->
88

9-
[![Sevices](https://img.shields.io/static/v1?label=Services%20implemented&message=25&color=blue&style=flat-square)](services.md)
9+
[![Sevices](https://img.shields.io/static/v1?label=Services%20implemented&message=26&color=blue&style=flat-square)](services.md)
1010
[![License](https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/blob/master/LICENSE)
1111
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square)](https://discord.gg/sX2Gjbs/)
1212

docs/services.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,17 @@ Depends on [twitch](https://www.npmjs.com/package/twitch) @ ^4.2.1 <br>
198198
Depends on [twitch-auth](https://www.npmjs.com/package/twitch-auth) @ ^4.2.1 <br>
199199
Depends on [twitch-chat-client](https://www.npmjs.com/package/twitch-chat-client) @ ^4.2.1 <br>
200200

201+
## [nodecg-io-twitch-pubsub](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitch-pubsub)
202+
203+
**Allows access to the Twitch PubSub API.**
204+
205+
There's no sample implementation for this service yet.
206+
207+
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.1.0 <br>
208+
Depends on [twitch](https://www.npmjs.com/package/twitch) @ ^4.3.6 <br>
209+
Depends on [twitch-pubsub-client](https://www.npmjs.com/package/twitch-pubsub-client) @ ^4.3.6 <br>
210+
Depends on [ws](https://www.npmjs.com/package/ws) @ ^7.4.1 <br>
211+
201212
## [nodecg-io-twitter](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitter)
202213

203214
**Allows to connect to twitter, send, retweet or like messages.**

0 commit comments

Comments
 (0)