mirror of
https://github.com/judge2020/cloudflare-connectivity-test.git
synced 2026-04-28 11:30:16 +00:00
Test the current network congestion of Cloudflare based on datacenter routing
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v3.7.0/packages/@vue/cli-service) Signed-off-by: dependabot[bot] <support@dependabot.com> |
||
|---|---|---|
| .github | ||
| misc | ||
| public | ||
| src | ||
| .gitignore | ||
| _redirects | ||
| babel.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
cloudflare-test.judge.sh
Cloudflare connection test (unofficial).
Project setup
npm install
Note: in order to get IATA code -> city name working, you will need a IATAcodes.org API key. You can populate this at build time with npm run populate and the API key set to the variable IATA_KEY.
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