mirror of
https://github.com/judge2020/cloudflare-connectivity-test.git
synced 2026-04-26 10:31:19 +00:00
Test the current network congestion of Cloudflare based on datacenter routing
|
|
||
|---|---|---|
| .github/workflows | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| _redirects | ||
| babel.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
cloudflare-test.judge.sh
Cloudflare connection test (unofficial).
Project setup
npm install
Note: the website iatacodes.org, which was used for location information, is no longer running. We're currently using a version from around May 2019 until a free alternative is available.
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint