All Projects → phodal → Wecode

phodal / Wecode

Licence: gpl-3.0
A Serverless Gist Application in WeChat. 微信群里的代码协作小程序

Programming Languages

javascript
184084 projects - #8 most used programming language

code

A Serverless Code Highlight Application

Code

.
├── client    // browser side code
├── docs      // documents
├── server    // server side code in Serverless
├── test      // some test scrpits
└── weapp     // wechat app

API List

URL HTTP Method 用途
/ GET 返回首页
/ POST 创建代码
/features GET 返回首页推荐内容
/login GET 获取 OpenID
/user/{userId} GET 获取对应用户的代码
/code/{codeId} GET 获取特定代码
/code/{codeId} POST 更新特定代码
/code/{codeId} DELETE 删除特定代码

Test Upload

command

curl -v -F [email protected] https://code.wdsm.io/upload

Documents

License

Phodal's Idea

© 2018 A Phodal Huang's Idea. This code is distributed under the GPL 3.0 license. See LICENSE in this directory.

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