Ranked Watch is not affiliated with Minecraft, Microsoft or MCSR Ranked. All Trademarks referred to are the property of their respective owners.
Ranked Watch is your go-to MCSR Ranked fan site to see ongoing matches currently being streamed and more!
- View current live matches being streamed on Twitch
- Filter players based on rank (e.g gold, emerald, etc.) or leaderboard position (top 150)
- Play both perspectives with multitwitch for an ongoing match or all combined filtered matches
- See match timeline (a.k.a splits e.g. find bastion, blinded, etc.) time delta (+/-)
- View top players leaderboard with rank change delta based on some previous snapshot
- See if leaderboard players are streaming on Twitch (possibly doing something else than playing ranked)
Ranked Watch is built on top of Fresh so make sure that Deno is installed on your system.
Due to use of Twitch API client credentials are required to run the app. Click here to check the docs on how to register your app. Afterwards copy the ID and secret to .env
file at the root of the project.
e.g.:
TWITCH_CLIENT_ID=<your-client-id>
TWITCH_CLIENT_SECRET=<your-client-secret>
Run the following command at the root of the project to run the app:
deno run start
Click on the URL outputted in your terminal to view the app locally.
Run the following command at the root of the project to lint & format the code.
deno check && deno fmt
Bug reports and fixes are appreciated as well as ideas or discussions!
MIT