Test the current network congestion of Cloudflare based on datacenter routing
Find a file
2019-08-26 15:05:56 -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 Commit iata codes 2019-08-26 13:26:07 -04:00
src Merge branch 'master' of github.com:judge2020/cloudflare-connectivity-test 2019-08-26 15:05:56 -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 Initial Work Commit 2019-04-14 00:25:19 -04:00
package-lock.json Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 2019-07-10 21:29:22 +00:00
package.json Bump axios from 0.18.0 to 0.19.0 2019-05-31 15:55:59 +00:00
README.md Merge branch 'master' of github.com:judge2020/cloudflare-connectivity-test 2019-04-18 00:35:50 -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.