mirror of
https://github.com/judge2020/cloudflare-connectivity-test.git
synced 2026-04-28 11:30:16 +00:00
800 B
800 B
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