Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myvin/quietweather
:sunny: Develop a weather wechat mini program application in two days - 两天撸一个天气应用微信小程序
https://github.com/myvin/quietweather
news open-source opensource quiet quietweather tech technology vue vuejs weather weather-app wechat wechat-mini-program weixin xiaochengxu
Last synced: 3 months ago
JSON representation
:sunny: Develop a weather wechat mini program application in two days - 两天撸一个天气应用微信小程序
- Host: GitHub
- URL: https://github.com/myvin/quietweather
- Owner: myvin
- License: mit
- Created: 2018-06-29T02:36:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T16:04:00.000Z (about 1 year ago)
- Last Synced: 2024-06-20T18:33:51.158Z (5 months ago)
- Topics: news, open-source, opensource, quiet, quietweather, tech, technology, vue, vuejs, weather, weather-app, wechat, wechat-mini-program, weixin, xiaochengxu
- Language: JavaScript
- Homepage: https://juejin.im/post/5b39bbcc5188252ce018c745
- Size: 4.2 MB
- Stars: 718
- Watchers: 25
- Forks: 188
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - quietweather - 两天撸一个天气应用微信小程序 | myvin | 711 | (JavaScript)
README
# QuietWeather
一款天气应用微信小程序
## 截图
## 数据来源
气象数据由 [和风天气](http://www.heweather.com/) 提供,需要注册账号获取 `key`;免费版只能获取三天的天气数据,若要获取七天的气象数据,可以申请**个人开发者认证**;
## 运行前准备
> * [注册微信小程序](https://mp.weixin.qq.com/wxopen/waregister?action=step1),获取 `appid`,配置和风天气域名白名单(在小程序后台将使用到的 `API` 添加到域名白名单);
> * 注册[和风天气](http://www.heweather.com/)账号,获取 'key`;
> * 在 `accountconfig.js` 中修改 `HeWeatherKey` 变量为你的和风天气的 `key`;
> * Run and Enjoy!## 请喝咖啡
如果我的项目对你有帮助,可以请我喝杯咖啡噢~### 支付宝
### 微信
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2018-present, myvin