A widget for streamers that displays player statistics from FACEIT.
To get started, generate your widget link at this website.
Then, add a new browser source in OBS Studio and paste your generated link.
- Node.js 18.x or newer
- pnpm package manager
- Clone this repository
- Run
pnpm installto install required dependencies - Generate a client side API key on the FACEIT for Developers portal
- Create a file named
.envin the root of the project - Inside the
.envfile, set the VITE_FACEIT_API_KEY variable to your client side API key from FACEITVITE_FACEIT_API_KEY="YOUR_API_KEY" - Run
pnpm run buildto build the application orpnpm run devto run a dev server
Note
This project is not affiliated with FACEIT.
