Skip to content

yinzsw/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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项目

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors