All Projects → seasonstar → Weapp 24time

seasonstar / Weapp 24time

Licence: other
A Twitter-like news and social app for Weapp. 微信小程序社区全栈解决方案

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Weapp 24time

Weapp Qrcode
weapp.qrcode.js 在 微信小程序 中,快速生成二维码
Stars: ✭ 1,194 (+895%)
Mutual labels:  weapp
Vkbot
Простой разговорный бот на PHP
Stars: ✭ 88 (-26.67%)
Mutual labels:  social
Weapp Qrcode Base64
微信小程序生成二维码的插件,基于base64编码输出二维码,不依赖canvas
Stars: ✭ 100 (-16.67%)
Mutual labels:  weapp
Mini Github
GitHub WeChat Mini Program
Stars: ✭ 1,216 (+913.33%)
Mutual labels:  weapp
Weapp Typescript
使用TypeScript开发微信小程序的demo, 包含微信小程序weixin最新的.d.ts定义
Stars: ✭ 84 (-30%)
Mutual labels:  weapp
Wxmlify
一个轻量快速的插件,帮助你在微信小程序中显示富文本编辑器生成的HTML。
Stars: ✭ 93 (-22.5%)
Mutual labels:  weapp
Jacobappelbaumleavestor
🔍 An investigation into Jacob Appelbaum leaving the Tor Project
Stars: ✭ 75 (-37.5%)
Mutual labels:  social
Laravel Social Network
Laravel 5.4 - location-based social network
Stars: ✭ 114 (-5%)
Mutual labels:  social
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (-28.33%)
Mutual labels:  social
Mobile App
Color your memories
Stars: ✭ 99 (-17.5%)
Mutual labels:  social
Social Login Helper Deprecated
A simple android library to easily implement social login into your android project
Stars: ✭ 81 (-32.5%)
Mutual labels:  social
Wechat Webapp Douban Movie
微信小程序开发之豆瓣电影
Stars: ✭ 84 (-30%)
Mutual labels:  weapp
Federation
Python library for abstracting social federation protocols
Stars: ✭ 93 (-22.5%)
Mutual labels:  social
Voten
The code that powers voten.co
Stars: ✭ 1,215 (+912.5%)
Mutual labels:  social
Brightid
Reference mobile app for BrightID
Stars: ✭ 101 (-15.83%)
Mutual labels:  social
Ebwiki
repository of police abuse cases against people of color
Stars: ✭ 73 (-39.17%)
Mutual labels:  social
Shots
🥃 A party drinking game that lets you learn more about your friends: Provider + Hive + swipeable_card
Stars: ✭ 89 (-25.83%)
Mutual labels:  social
Weapp Monument Valley
纪念碑谷 小程序 源码
Stars: ✭ 119 (-0.83%)
Mutual labels:  weapp
Macao Social Wallet
Simple Social Wallet made without javascript using the Freecoin toolkit
Stars: ✭ 110 (-8.33%)
Mutual labels:  social
Wechat Weapp Movie
🎬电影推荐 - 微信小程序
Stars: ✭ 1,355 (+1029.17%)
Mutual labels:  weapp

weapp-24time

微信小程序 社区系统全栈解决方案

egg-24time

社区后端使用Egg,Mysql,Redis,基于Nodejs开发,全套代码使用ES6编写

weapp-24time

微信小程序端


本示例包含:

  1. 微信小程序登录示例
  2. 进行带会话的网络请求示例
  3. 基于腾讯云COS上传图片或文件的示例
  4. 发送帖子,点赞,举报,删除帖子示例

源码简介

app.js 是小程序入口文件。

app.json 是小程序的微信配置。

config.js 是我们小程序自己的业务配置。

文件目录:

Demo
├── LICENSE
├── README.md
├── app.js
├── app.json
├── bower.json
├── config.js
├── package.json
├── pages
│   ├── school      分类页面
│   ├── post        帖子详情页面
│   ├── publish     发布页面
│   └── index       首页
│  
├── utils
│   ├── api.js      后端接口数据处理中心
│   ├── lru.js      临时缓存淘汰算法
│   ├── misc.js     各类功能函数集合
│   ├── retry.js    请求失败重试插件
│   ├── request.js  各类微信接口异步定义
│   └── timeago.js  仿微博时间处理插件
│
├── images          图片文件夹
└── vendor
    └── qcloud-weapp-client-sdk/    腾讯云微信小程序SDK

截图

Credits && Inspiration

腾讯云微信小程序客户端 SDK

微信小程序会话管理-客户端

WeCOS-UGC-DEMO资源上传示例

感谢以上项目的一些参考和启发

LICENSE

MIT

Please Open Issues if you have troubles.

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].