flask_weather:Flask应用程序可基于用户的IP地址自动检测本地天气 源码
Flask Weather App :sun: :umbrella_with_rain_drops: 这是一个Flask(Python)应用程序,可以根据用户的外部IP地址自动检测本地天气。 flask_weather应用程序的示例屏幕截图 建立 安装依赖 pip install -r requirements.txt 添加环境变量 weather_key="###############"; 。 weather_key是在注册时收到的API密钥。 添加secret_key="********" 。 它应该是一个很难猜测的随机字符串。 跑python app.py 运行测试 p
文件列表
flask_weather-master.zip
(预估有个91文件)
flask_weather-master
.gitignore
578B
templates
weather.html
6KB
404.html
838B
requirements.txt
1KB
.travis.yml
135B
detect_location_weather.py
3KB
static
font
暂无评论