#hosting #center #html #service #data #sed #thg

thghosting-data-centers

THG托管数据中心

2个版本

0.1.1 2022年11月26日
0.1.0 2021年12月16日

#14 in #hosting

Apache-2.0 OR MIT

12KB
244

thghosting-data-centers

开发

curl -L https://www.ingenuitycloudservices.com/network/data-centers/ -o tests/data-centers.html
sudo pacman -S js-beautify

curl -sS https://thg-hosting-master100tbcorp.netdna-ssl.com/views/js/production-stable.min.js?v=1667413195 \
    | js-beautify \
    | sed -n '/^            dataCentres: \[{$/,/^            }\]$/p' \
    | sed '1i{' \
    | sed '$a}' \
    | node -r fs -e 'console.log(JSON.stringify(eval(fs.readFileSync("/dev/stdin", "utf-8")), null, 4));' \
    > tests/data_centers.json

依赖

~3.5–9MB
~85K SLoC