https://github.com/phodal/mp
基于 Serverless 的 Phodal's 微信公共平台消息接口
https://github.com/phodal/mp
github serverless wechat
Last synced: 9 months ago
JSON representation
基于 Serverless 的 Phodal's 微信公共平台消息接口
- Host: GitHub
- URL: https://github.com/phodal/mp
- Owner: phodal
- License: mit
- Created: 2017-11-02T07:35:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T12:01:59.000Z (about 8 years ago)
- Last Synced: 2025-04-01T08:51:27.079Z (10 months ago)
- Topics: github, serverless, wechat
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
基于 Serverless 的 Phodal's 微信公共平台
===
Features
---
- Google(仅对 Phodal 开放)
- GitHub 搜索
- 玩点什么搜索
- Phodal 搜索
- Wiki 信息框搜索
Install
---
``要求``: 首先你需要有一个 AWS 账号
1.Install Services
```
serverless install -u https://github.com/phodal/mp -mp
```
2. Install Deps
```
yarn install
```
3.Create config
```
cp config.yml.template config.yml
```
change it
4.config Route53
follow: [Serverless 应用开发指南: API Gateway 与 Route53 自定义域名](https://www.phodal.com/blog/serverless-development-guide-api-gateway-and-route53-custom-domain/)
5.Deploy
```
serverless deploy
```
6.Logs
```
serverless logs -f runserver -t
```
LICENSE
---
[](http://ideas.phodal.com/)
© 2017 A [Phodal Huang](https://www.phodal.com)'s [Idea](http://github.com/phodal/ideas). This code is distributed under the MIT license. See `LICENSE` in this directory.