Skip to content

Commit

Permalink
UPDATE README.ME
Browse files Browse the repository at this point in the history
  • Loading branch information
seasonstar committed Apr 20, 2017
1 parent 44b87dc commit 8dca3ec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,15 @@
egg的微信小程序的用户会话管理插件,客户端需配合腾讯云出品的[qcloud-weapp-client-sdk](https://github.com/tencentyun/weapp-client-sdk)使用,Redis保存会话信息

--------------------

本示例包含:

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


## QuickStart

Expand Down Expand Up @@ -87,3 +96,16 @@ or `EGG_SERVER_ENV=prod nohup node index.js > stdout.log 2> stderr.log &` run qu
- Use `npm run autod` to auto detect dependencies upgrade
- Use `npm run lint` to check code style
- Use `npm test` to run unit test


## Credits && Inspiration

[cos-auth](https://github.com/tencentyun/cos-auth)

[wafer-node-server-sdk](https://github.com/tencentyun/wafer-node-server-sdk)

## LICENSE

[MIT](LICENSE)

Please Open Issues if you have troubles.

0 comments on commit 8dca3ec

Please sign in to comment.