An open API service indexing awesome lists of open source software.

https://github.com/owdproject/app-twitch-chat

Twitch Chat App for OWD Client
https://github.com/owdproject/app-twitch-chat

owd-apps owd-client

Last synced: 8 months ago
JSON representation

Twitch Chat App for OWD Client

Awesome Lists containing this project

README

          




Twitch Chat



Twitch Chat App for Open Web Desktop.


## Overview

This app for Open Web Desktop implements the Twitch chat.

## Installation

```bash
owd install-app @owdproject/app-twitch-chat
```

## Usage

#### Configuration

```ts
export default defineDesktopConfig({
apps: [
'@owdproject/app-twitch-chat'
],
twitchChat: {
username: 'dxlliv',
dark: true,
}
})
```

## License

The application is released under the [MIT License](LICENSE).