{"id":31663992,"url":"https://github.com/mcsr-tools/ranked","last_synced_at":"2026-05-10T07:56:20.491Z","repository":{"id":317446658,"uuid":"1065873619","full_name":"mcsr-tools/ranked","owner":"mcsr-tools","description":"https://mcsr.tools/ranked | Your go-to MCSR Ranked fan site to see ongoing matches currently being streamed and more","archived":false,"fork":false,"pushed_at":"2025-09-30T22:12:27.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T00:12:59.845Z","etag":null,"topics":["daisyui","deno","fresh","tailwindcss"],"latest_commit_sha":null,"homepage":"https://mcsr.tools/ranked","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcsr-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-28T15:47:03.000Z","updated_at":"2025-09-30T22:12:31.000Z","dependencies_parsed_at":"2025-10-01T00:13:24.663Z","dependency_job_id":"aa602a56-b56a-4113-9218-eac7e29dc0b3","html_url":"https://github.com/mcsr-tools/ranked","commit_stats":null,"previous_names":["mcsr-tools/ranked"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mcsr-tools/ranked","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsr-tools%2Franked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsr-tools%2Franked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsr-tools%2Franked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsr-tools%2Franked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcsr-tools","download_url":"https://codeload.github.com/mcsr-tools/ranked/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsr-tools%2Franked/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846328,"owners_count":26056090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daisyui","deno","fresh","tailwindcss"],"created_at":"2025-10-07T20:53:03.199Z","updated_at":"2025-10-07T20:53:04.120Z","avatar_url":"https://github.com/mcsr-tools.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[site]: https://mcsr.tools/ranked\n[mc]: https://www.minecraft.net\n[ms]: https://www.microsoft.com\n[mcsrranked]: https://mcsrranked.com\n[multitwitch]: https://www.multitwitch.tv\n[deno]: deno.land\n[fresh]: https://fresh.deno.dev\n[ttv-api-ref]: https://dev.twitch.tv/docs/api/reference\n[ttv-register-app]: https://dev.twitch.tv/docs/authentication/register-app\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://mcsr.tools/ranked\"\u003e\n    \u003cimg src=\"static/clock.webp\" height=\"100\"\u003e\n    \u003ch1 align=\"center\"\u003e\u003cb\u003eRanked Watch\u003c/b\u003e\u003c/h1\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n![GitHub](https://img.shields.io/github/license/mcsr-tools/ranked?style=flat-square)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mcsr-tools/ranked?style=flat-square)\n![GitHub Repo stars](https://img.shields.io/github/stars/mcsr-tools/ranked?style=social)\n\n---\n\n_**[Ranked Watch][site] is not affiliated with [Minecraft][mc], [Microsoft][ms] or [MCSR Ranked][mcsrranked]. All Trademarks referred to are the property of their respective owners.**_\n\n---\n\nRanked Watch is your go-to MCSR Ranked fan site to see ongoing matches currently being streamed and more!\n\n# Features\n\n- View current live matches being streamed on Twitch\n- Filter players based on rank (e.g gold, emerald, etc.) or leaderboard position (top 150)\n- Play both perspectives with [multitwitch][multitwitch] for an ongoing match or all combined filtered matches\n- See match timeline (a.k.a splits e.g. find bastion, blinded, etc.) time delta (+/-)\n- View top players leaderboard with rank change delta based on some previous snapshot\n- See if leaderboard players are streaming on Twitch (possibly doing something else than playing ranked)\n\n# Development\n\nRanked Watch is built on top of [Fresh][fresh] so make sure that [Deno][deno] is installed on your system.\n\nDue to use of [Twitch API][ttv-api-ref] client credentials are required to run the app. Click [here][ttv-register-app] 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.\n\ne.g.:\n\n```\nTWITCH_CLIENT_ID=\u003cyour-client-id\u003e\nTWITCH_CLIENT_SECRET=\u003cyour-client-secret\u003e\n```\n\n---\n\nRun the following command at the root of the project to run the app:\n\n```\ndeno run start\n```\n\nClick on the URL outputted in your terminal to view the app locally.\n\n## Linting and formatting\n\nRun the following command at the root of the project to lint \u0026 format the code.\n\n```\ndeno check \u0026\u0026 deno fmt\n```\n\n# Contributing\n\nBug reports and fixes are appreciated as well as ideas or discussions!\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcsr-tools%2Franked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcsr-tools%2Franked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcsr-tools%2Franked/lists"}