天气信息镜像网站
天气预警 API
使用以下命令获取天气预警内容:
curl -X GET --compressed \ -H 'API_KEY: 7ff913a997ea42d5bd3bd8d1840aa0e5' \ 'https://{username}.github.io/weather_mirror/data/weather-alert.json'
天气内容 API
使用以下命令获取天气内容:
curl -X GET --compressed \ -H 'API_KEY: 7ff913a997ea42d5bd3bd8d1840aa0e5' \ 'https://{username}.github.io/weather_mirror/data/weather-now.json'
注意:请将 {username} 替换为你的 GitHub 用户名。