Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jectychen/wechat-v2ex
微信小程序-v2ex
https://github.com/jectychen/wechat-v2ex
Last synced: 3 months ago
JSON representation
微信小程序-v2ex
- Host: GitHub
- URL: https://github.com/jectychen/wechat-v2ex
- Owner: jectychen
- Created: 2016-09-24T17:36:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T03:25:02.000Z (about 4 years ago)
- Last Synced: 2024-05-22T07:52:08.531Z (6 months ago)
- Language: JavaScript
- Size: 3.54 MB
- Stars: 567
- Watchers: 27
- Forks: 159
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-wechat-app - wechat-v2ex - 简单的v2ex微信小程序 (Demo)
- awesome-github-wechat-weapp - wechat-v2ex - 简单的v2ex微信小程序 (Demo)
README
# 微信小程序-v2ex
## 前言
**微信小程序** 如果还不知道微信小程序的,请这边了解[官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/index.html).
最新版[0.9.092300](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html)(下载按钮被箭头挡住,需要审查元素找到下载链接),已经可以支持绝大部分api的调试,不需要再破解了。
## 运行
下载微信开发者工具最新版[0.9.092300](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html),创建新项目,导入即可看到运行效果## 说明
本人出于兴趣,完成了这个简单的v2ex的微信小程序,只是为了熟悉api,纯粹好玩,欢迎star
由于微信小程序现在正在内测,还有不少问题,因此这个v2ex小程序最新tab内容点击主题会报错
现在代码和样式尚且粗陋,也有一些可待优化地方,因此欢迎有兴趣的同行与我一起继续完善,thx。
如有转载,请注明出处,谢谢!
效果预览:
![Alt text](./wechat-v2ex-1.gif)
![Alt text](./wechat-v2ex-2.gif)## 感谢
v2ex数据api基本上使用了samuel1112的仓库[v2er](https://github.com/samuel1112/v2er)里封装的方法,特此表示感谢