Test the current network congestion of Cloudflare based on datacenter routing
Find a file
2019-09-05 13:51:12 -04:00
.github Update main.workflow 2019-04-17 23:25:32 -04:00
misc Remove file 2019-08-26 13:29:47 -04:00
public Turn domain logic into its own component 2019-09-05 12:34:45 -04:00
src More information for domains 2019-09-05 13:50:20 -04:00
.editorconfig Turn domain logic into its own component 2019-09-05 12:34:45 -04:00
.gitignore Commit iata codes 2019-08-26 13:26:07 -04:00
_redirects Create _redirects 2019-04-16 11:56:32 -04:00
babel.config.js More information for domains 2019-09-05 13:50:20 -04:00
package-lock.json Fix confict 2019-09-05 13:51:12 -04:00
package.json More information for domains 2019-09-05 13:50:20 -04:00
README.md Merge branch 'master' of github.com:judge2020/cloudflare-connectivity-test 2019-04-18 00:35:50 -04:00
tsconfig.json Turn domain logic into its own component 2019-09-05 12:34:45 -04:00

Netlify Status

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

Customize configuration

See Configuration Reference.