{"id":15097418,"url":"https://github.com/rickstaa/nitro-type-top-team-requirements-table","last_synced_at":"2026-02-18T05:01:09.864Z","repository":{"id":189944756,"uuid":"681673022","full_name":"rickstaa/nitro-type-top-team-requirements-table","owner":"rickstaa","description":"A small userscript that adds a table of top team requirements (races and points) to the NitroType team page.","archived":false,"fork":false,"pushed_at":"2025-08-12T04:08:47.000Z","size":32,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T15:03:46.944Z","etag":null,"topics":["game","gamestats","greasemonkey","greasyfork","nitro-type","nitrotype","tampermonkey","user-script","userscript","utility","voilentmonkey"],"latest_commit_sha":null,"homepage":"https://greasyfork.org/en/scripts/473674-nitro-type-top-team-requirements-table","language":"JavaScript","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/rickstaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-08-22T14:06:02.000Z","updated_at":"2023-08-23T11:47:39.000Z","dependencies_parsed_at":"2023-08-22T15:54:27.345Z","dependency_job_id":"bbfb6883-86bd-42ec-8c72-e560ceb1bd79","html_url":"https://github.com/rickstaa/nitro-type-top-team-requirements-table","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"c87d18a0c9abcc83916fdb761f9320f3b689569a"},"previous_names":["rickstaa/nitro-type-top-team-requirements-table"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rickstaa/nitro-type-top-team-requirements-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickstaa%2Fnitro-type-top-team-requirements-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickstaa%2Fnitro-type-top-team-requirements-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickstaa%2Fnitro-type-top-team-requirements-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickstaa%2Fnitro-type-top-team-requirements-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickstaa","download_url":"https://codeload.github.com/rickstaa/nitro-type-top-team-requirements-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickstaa%2Fnitro-type-top-team-requirements-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["game","gamestats","greasemonkey","greasyfork","nitro-type","nitrotype","tampermonkey","user-script","userscript","utility","voilentmonkey"],"created_at":"2024-09-25T16:21:38.084Z","updated_at":"2026-02-18T05:01:09.759Z","avatar_url":"https://github.com/rickstaa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nitro Type - Top Team Requirements Table\n\nThis repository contains a userscript that adds a Top Team Requirements table to the [Nitro Type](https://www.nitrotype.com/)\nteam page. This table show statistics about the top 100 teams on Nitro Type. This information can be useful for team leaders who want to see how many races their members need to complete for their team to reach the top 100.\n\n## Installation\n\n1.  Install a userscript manager for your browser. For example, [Tampermonkey](https://tampermonkey.net/) for Chrome or [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) for Firefox.\n2.  Go to the [Nitro Type - Top Team Requirements Table](https://greasyfork.org/en/scripts/473519-nitro-type-show-daily-races) script page.\n3.  Click the Install button.\n4.  Go to your Nitro Type team page and refresh the page.\n5.  You should now see a new table named **Top Team Requirements** below the **Team Rankings** table.\n\n## Uninstallation\n\nTo uninstall the userscript, simply disable or remove it from your userscript manager.\n\n## How it works\n\nThe script fetches weekly season and leaderboard information from the [NitroType API](https://www.nitrotype.com/api/v2). It then calculates this data and displays the results in a table. Finally, this table is injected under the **Team Rankings** table on the team page.\n\n## Screenshot\n\n![image](https://github.com/rickstaa/nitro-type-top-team-requirements-table/assets/17570430/5606744a-79b7-4278-a23e-8536a69521dd)\n\n## Bugs and contributions\n\nIf you find a bug or have a suggestion for how to improve the script, please open [an issue](https://github.com/rickstaa/nitro-type-top-team-requirements-table/issues) or submit a [pull request](https://github.com/rickstaa/nitro-type-top-team-requirements-table/compare) on GitHub. We welcome contributions from the community and appreciate your feedback 🚀. Please consult the [contribution guidelines](CONTRIBUTING.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickstaa%2Fnitro-type-top-team-requirements-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickstaa%2Fnitro-type-top-team-requirements-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickstaa%2Fnitro-type-top-team-requirements-table/lists"}