{"id":17295748,"url":"https://github.com/bnb/hitsplat","last_synced_at":"2025-04-06T09:49:38.555Z","repository":{"id":52142959,"uuid":"191098215","full_name":"bnb/hitsplat","owner":"bnb","description":"A tool for checking the latency of RuneScape 3 servers.","archived":false,"fork":false,"pushed_at":"2021-05-06T21:40:47.000Z","size":36,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T22:02:24.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bnb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-10T04:45:35.000Z","updated_at":"2021-11-21T02:49:28.000Z","dependencies_parsed_at":"2022-08-26T13:30:15.845Z","dependency_job_id":null,"html_url":"https://github.com/bnb/hitsplat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fhitsplat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fhitsplat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fhitsplat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fhitsplat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bnb","download_url":"https://codeload.github.com/bnb/hitsplat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463903,"owners_count":20942948,"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","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":[],"created_at":"2024-10-15T11:11:06.716Z","updated_at":"2025-04-06T09:49:38.524Z","avatar_url":"https://github.com/bnb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hitsplat: a RuneScape 3 latency testing tool\n\nA Node.js-based CLI that will tell you the RuneScape server with the lowest ping.\n\n## Usage\n\nYou'll need to have Node.js installed. If you don't already have Node.js, you can find one of the installers [here](https://nodejs.org/en/download/).\n\nTo use `hitsplat` with the `npx` command line tool (automatically installed with Node.js):\n\n```bash\nnpx hitsplat\n```\n\nUsing `npx ` automatically downloads and runs `hitsplat` (or any other module) and then throws that download away. When you run it again, some parts will be cached but you'll still need a network connection.\n\nTo use `hitsplat` with the `npm` command line tool (automatically installed):\n\n```bash\nnpm instal -g hitsplat\nhitsplat\n```\n\nUsing `npm` allows you to permanently install `hitsplat` on your computer. You will have all needed code and be able to run `hitsplat` whever you want without the need to downloads everything again.\n\n## Dependencies\n\nTotal depende\n\n```bash\nhitsplat@1.0.0 /Users/cyren/GitHub/rs/hitsplat\n├─┬ boxen@4.0.0\n│ ├─┬ ansi-align@3.0.0\n│ │ └── string-width@3.1.0 deduped\n│ ├── camelcase@5.3.1\n│ ├── chalk@2.4.2 deduped\n│ ├── cli-boxes@2.2.0\n│ ├─┬ string-width@3.1.0\n│ │ ├── emoji-regex@7.0.3\n│ │ ├── is-fullwidth-code-point@2.0.0\n│ │ └─┬ strip-ansi@5.2.0\n│ │   └── ansi-regex@4.1.0\n│ ├── term-size@2.1.0\n│ ├── type-fest@0.5.2\n│ └─┬ widest-line@3.1.0\n│   └─┬ string-width@4.1.0\n│     ├── emoji-regex@8.0.0\n│     ├── is-fullwidth-code-point@3.0.0\n│     └── strip-ansi@5.2.0 deduped\n├─┬ chalk@2.4.2\n│ ├─┬ ansi-styles@3.2.1\n│ │ └─┬ color-convert@1.9.3\n│ │   └── color-name@1.1.3\n│ ├── escape-string-regexp@1.0.5\n│ └─┬ supports-color@5.5.0\n│   └── has-flag@3.0.0\n├─┬ ping@0.2.2\n│ ├── q@1.5.1\n│ └── underscore@1.9.1\n└─┬ yargs@13.2.4\n  ├─┬ cliui@5.0.0\n  │ ├── string-width@3.1.0 deduped\n  │ ├── strip-ansi@5.2.0 deduped\n  │ └─┬ wrap-ansi@5.1.0\n  │   ├── ansi-styles@3.2.1 deduped\n  │   ├── string-width@3.1.0 deduped\n  │   └── strip-ansi@5.2.0 deduped\n  ├─┬ find-up@3.0.0\n  │ └─┬ locate-path@3.0.0\n  │   ├─┬ p-locate@3.0.0\n  │   │ └─┬ p-limit@2.2.0\n  │   │   └── p-try@2.2.0\n  │   └── path-exists@3.0.0\n  ├── get-caller-file@2.0.5\n  ├─┬ os-locale@3.1.0\n  │ ├─┬ execa@1.0.0\n  │ │ ├─┬ cross-spawn@6.0.5\n  │ │ │ ├── nice-try@1.0.5\n  │ │ │ ├── path-key@2.0.1\n  │ │ │ ├── semver@5.7.0\n  │ │ │ ├─┬ shebang-command@1.2.0\n  │ │ │ │ └── shebang-regex@1.0.0\n  │ │ │ └─┬ which@1.3.1\n  │ │ │   └── isexe@2.0.0\n  │ │ ├─┬ get-stream@4.1.0\n  │ │ │ └─┬ pump@3.0.0\n  │ │ │   ├─┬ end-of-stream@1.4.1\n  │ │ │   │ └── once@1.4.0 deduped\n  │ │ │   └─┬ once@1.4.0\n  │ │ │     └── wrappy@1.0.2\n  │ │ ├── is-stream@1.1.0\n  │ │ ├─┬ npm-run-path@2.0.2\n  │ │ │ └── path-key@2.0.1 deduped\n  │ │ ├── p-finally@1.0.0\n  │ │ ├── signal-exit@3.0.2\n  │ │ └── strip-eof@1.0.0\n  │ ├─┬ lcid@2.0.0\n  │ │ └── invert-kv@2.0.0\n  │ └─┬ mem@4.3.0\n  │   ├─┬ map-age-cleaner@0.1.3\n  │   │ └── p-defer@1.0.0\n  │   ├── mimic-fn@2.1.0\n  │   └── p-is-promise@2.1.0\n  ├── require-directory@2.1.1\n  ├── require-main-filename@2.0.0\n  ├── set-blocking@2.0.0\n  ├── string-width@3.1.0 deduped\n  ├── which-module@2.0.0\n  ├── y18n@4.0.0\n  └─┬ yargs-parser@13.1.1\n    ├── camelcase@5.3.1 deduped\n    └── decamelize@1.2.0\n```\n\n## Contributing\n\nNot sure I'll be maintaining this actively. If you want to contribute, just PR and write tests for your PR  – I'll do my best to merge whenever PRs come in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnb%2Fhitsplat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbnb%2Fhitsplat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnb%2Fhitsplat/lists"}