mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-23 22:45:43 +01:00
f0b27a8446
The full list of locations was generated from the [Cloudflare Status Page](https://www.cloudflarestatus.com/): ```bash { echo 'export const locations = {'; curl -ks https://www.cloudflarestatus.com/ | grep -- '- (' | while read line; do code=$(awk -F '[()]' '{print $2}' <<< "$line"); city=$(awk -F '[,-]' '{print $1}' <<< "$line"); echo " $code: '${city//\'/’}',"; done | sort; echo '}'; } > src/functions/locations.js ``` |
||
---|---|---|
.. | ||
monitorCard.js | ||
monitorDayAverage.js | ||
monitorFilter.js | ||
monitorHistogram.js | ||
monitorStatusHeader.js | ||
monitorStatusLabel.js | ||
themeSwitcher.js |