Skip to content
techygrrrl edited this page Sep 17, 2024 · 5 revisions

sf6-rank-watchrrr

A set of tools to provide Street Fighter 6 streamers with an overlay to watch their rank.

There are 2 setup options:

Option Info User script
Local This option requires you to run the project locally. This includes a Node.js server that exposes a web socket endpoint, and the related client-side app which will be the overlay. If you don't know what this means, or you don't want to run the code locally, choose the AppWrite option. sf6-rank-watchrrr.local.user.js
AppWrite This option requires you to sign up for a project on appwrite.io, which offers a realtime database. This option has a bit more setup but allows you to only have to worry that the user script is running. sf6-rank-watchrrr.appwrite.user.js

Based on your preference, choose one of the setup options in the right sidebar.

Clone this wiki locally