yinzsw / Weather

Art-Template4 Bootstrap5 ECharts5 练习项目 天气预报响应式Web项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather

Art-Template4 Bootstrap5 ECharts5 练习项目 天气预报响应式Web项目

部分界面

服务器代理配置(本地测试环境)

  • Nginx
location /api/v1 {
  add_header "Access-Control-Allow-Origin"  *;
  proxy_pass https://api.accuweather.com/;
}

location /api/v2 {
  add_header "Access-Control-Allow-Origin"  *;
  proxy_pass https://standard.rhinoxlab.com/;
}
  • Apache(麻烦, 建议用Nginx)

About

Art-Template4 Bootstrap5 ECharts5 练习项目 天气预报响应式Web项目

License:MIT License


Languages

Language:JavaScript 48.4%Language:HTML 37.8%Language:CSS 13.8%