An open API service indexing awesome lists of open source software.

https://github.com/bodekjan/wechat-weather

微信天气小程序
https://github.com/bodekjan/wechat-weather

Last synced: 4 months ago
JSON representation

微信天气小程序

Awesome Lists containing this project

README

          

# wechat-weather
自己捉摸着玩的微信天气小程序

先来个截屏

![Alt text](https://github.com/bodekjan/wechat-weather/blob/master/screenshot/1.jpg)
![Alt text](https://github.com/bodekjan/wechat-weather/blob/master/screenshot/2.JPG)
![Alt text](https://github.com/bodekjan/wechat-weather/blob/master/screenshot/3.JPG)
![Alt text](https://github.com/bodekjan/wechat-weather/blob/master/screenshot/4.JPG)


主要特性:

自动定位到当前城市,显示当前温度等信息

侧滑菜单

未来三天的天气预报

... 剩下的自己看看哦

设置了不同的背景图,晴天、下雨、下雪、阴天都会显示不同天气背景(白天和晚上的背景图也不一样)



天气预报使用的是百度地图小程序api提供的接口,你可以自己申请一个key,然后把index.js文件里的“你的key”替换成你自己的key就可以运行了。