Skip to content

Commit

Permalink
Added text from submission to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMerkt committed Mar 30, 2022
1 parent 38b5d26 commit 6b5e361
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ _This allowlist cannot be edited after submitting your Extension for review. In
https://firebaselogging-pa.googleapis.com, https://firestore.googleapis.com, https://firebase.googleapis.com
```

## Submission Text
We are available for live review 11AM - 3PM PT

We have created an app for the game Company of Heroes 2, that displays additional ranking information about players in the current played game. You can find out more on the app here: https://coh2stats.com/desktop-app

We decided to create this overlay extension to make these stats available to viewers watching a streamer play a game of Company of Heroes 2. Viewers can expand the overlay to see information about players like ranking, faction, name ... as well as a prediction section which takes previous games that have been captured by us into account to create a prediction based on player ranking, team composition and map. The app will have to run in the background to update the stats on the twitch extension every time a new game starts.

How it works: The streamer has to be using the COH2 Player Stats App and enable + configure the twitch extension settings inside the app. Inside the app, the streamer will create a password protected API point on our server, where only his app will automatically upload the current stats from the game. The provided UUID for this API point can be copied from the app's settings and pasted into the twitch extension settings. With this UUID set, the extension can get request the stats from the API and display it to the viewers.

We are using the libraries react, firebase, antd, @mantine/hooks and @ant-design/icons
The source code for this build can be found here: https://github.com/cohstats/twitch-overlay-extension

# DEFAULT INFO

# Twitch Extension React Boilerplate
Expand Down

0 comments on commit 6b5e361

Please sign in to comment.