https://github.com/bodekjan/wechat-weather
微信天气小程序
https://github.com/bodekjan/wechat-weather
Last synced: 4 months ago
JSON representation
微信天气小程序
- Host: GitHub
- URL: https://github.com/bodekjan/wechat-weather
- Owner: bodekjan
- Created: 2018-01-01T10:17:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T07:57:00.000Z (over 7 years ago)
- Last Synced: 2024-07-02T19:34:28.036Z (over 1 year ago)
- Language: JavaScript
- Size: 831 KB
- Stars: 113
- Watchers: 6
- Forks: 39
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wechat-weapp - bodekjan/wechat-weather - 微信天气 (Demo)
- awesome-wechat-app - bodekjan/wechat-weather - 微信天气 (Demo)
- awesome-wechat-app - bodekjan/wechat-weather - 微信天气 (Demo / 数据接口有问题)
- awesome-wechat-weapp - bodekjan/wechat-weather - 微信天气 (Demo / 数据接口有问题)
README
# wechat-weather
自己捉摸着玩的微信天气小程序
先来个截屏




主要特性:
自动定位到当前城市,显示当前温度等信息
侧滑菜单
未来三天的天气预报
... 剩下的自己看看哦
设置了不同的背景图,晴天、下雨、下雪、阴天都会显示不同天气背景(白天和晚上的背景图也不一样)
天气预报使用的是百度地图小程序api提供的接口,你可以自己申请一个key,然后把index.js文件里的“你的key”替换成你自己的key就可以运行了。