All Projects → myvin → Quietweather

myvin / Quietweather

Licence: mit
☀️ Develop a weather wechat mini program application in two days - 两天撸一个天气应用微信小程序

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Quietweather

Juejin
💰 Unofficial JueJin wechat mini program application - 掘金非官方微信小程序
Stars: ✭ 771 (+13.88%)
Mutual labels:  wechat-mini-program, news, technology, tech, open-source, opensource, xiaochengxu, wechat, weixin
Goupaz.com
Community driven open source accelerator
Stars: ✭ 163 (-75.92%)
Mutual labels:  technology, tech, open-source, opensource
Wemark
微信小程序Markdown渲染库
Stars: ✭ 1,159 (+71.2%)
Mutual labels:  xiaochengxu, wechat, weixin
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+15.07%)
Mutual labels:  wechat-mini-program, wechat, weixin
Weixin Minigame Tutorial
Flappy Bird adaptation on Wechat Minigame using PhaserJS + English Wechat Minigames Tutorial
Stars: ✭ 56 (-91.73%)
Mutual labels:  wechat-mini-program, wechat, weixin
Planmaster
套餐助手:手机套餐对比选购小程序
Stars: ✭ 487 (-28.06%)
Mutual labels:  wechat-mini-program, wechat, weixin
Taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
Stars: ✭ 30,230 (+4365.29%)
Mutual labels:  wechat-mini-program, wechat, weixin
Crmeb wechatminiprogram
CRMEBv2.6以客户管理为中心+电商营销系统,微信小程序商城,带分销、秒杀、积分、优惠券等功能
Stars: ✭ 158 (-76.66%)
Mutual labels:  wechat-mini-program, wechat, weixin
Mina Webpack
🍱 Mina single-file-component meets Webpack
Stars: ✭ 77 (-88.63%)
Mutual labels:  wechat-mini-program, wechat, weixin
Agora Miniapp Tutorial
Hello world for Agora SDK running in https://en.wikipedia.org/wiki/WeChat#WeChat_Mini_Program
Stars: ✭ 75 (-88.92%)
Mutual labels:  wechat-mini-program, wechat, weixin
Xiaochengxu demos
小程序优秀项目源码汇总,每个项目都有图有源码,零基础学微信小程序,小程序表格,小程序视频,小程序视频弹幕,小程序仿天猫大转盘抽奖等源码,小程序云开发,小程序发邮件,小程序支付,微信支付,持续更新。。。
Stars: ✭ 855 (+26.29%)
Mutual labels:  xiaochengxu, wechat, weixin
Fresh Weather
新鲜天气:使用小程序·云开发的小程序
Stars: ✭ 291 (-57.02%)
Mutual labels:  wechat-mini-program, weather, wechat
Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-96.45%)
Mutual labels:  wechat-mini-program, wechat, weixin
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+70.31%)
Mutual labels:  wechat-mini-program, wechat, weixin
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (-72.67%)
Mutual labels:  wechat-mini-program, wechat, weixin
Wepy Mall
微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流
Stars: ✭ 3,224 (+376.22%)
Mutual labels:  wechat-mini-program, wechat, weixin
Weindex
微信相关资源汇总索引
Stars: ✭ 466 (-31.17%)
Mutual labels:  wechat, weixin
Wechat sender
随时随地发送消息到微信
Stars: ✭ 474 (-29.99%)
Mutual labels:  wechat, weixin
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-23.19%)
Mutual labels:  wechat, weixin
Wechat Bot
带二次开发接口的PC微信聊天机器人
Stars: ✭ 458 (-32.35%)
Mutual labels:  wechat, weixin

QuietWeather

一款天气应用微信小程序

说明

I、气象数据由百度地图开放平台修改为了和风天气,需要注册账号获取 key;免费版只能获取三天的天气数据,若要获取七天的气象数据,可以申请个人开发者认证;

II、d0e51c8 版本之后为小程序云开发版本,若未开通云开发功能,为不影响小程序正常运行,可以将版本号回退到 git reset d0e51c8 --hard,或,将云开发相关代码注释掉(包括:app.js 中的初始化、index.js 中获取 message 的代码)。若开通了云开发功能,可将相应代码部署到云上。

截图

数据来源

地理编码、天气数据均来自百度地图开放平台。个人开发完全免费,有对应的小程序 sdk,加入即可,但是返回的天气数据较少。

气象数据更换为了和风天气使用的是个人开发者认证版

运行前准备

  • 注册微信小程序,获取 appid,配置域名白名单(在小程序后台将使用到的 API 添加到域名白名单);
  • 注册百度地图开放平台开发者,创建应用 (注意:应用类型选择微信小程序时,请填写真实的小程序 appid) ,获取 ak(其他配置可自行查看);
  • 注册和风天气账号,获取 'key`;
  • app.js 中替换 globalData 中的 ak 为自己的 ak
  • app.js 中替换 globalData 中的 key 为你的 key
  • Run and Enjoy!

请喝咖啡

如果我的项目对你有帮助,可以请我喝杯咖啡噢~

支付宝

微信

License

MIT

Copyright (c) 2018-present, myvin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].