文件名称:prox::see-no-evil_monkey:在Slack中分享匿名告白
文件大小:120KB
文件格式:ZIP
更新时间:2024-06-05 23:13:38
slack anonymity JavaScript
代理 在Slack中分享匿名告白。 部署 设置 代理包含三个组件: Web服务器,用于接收和响应来自Slack的事件有效负载 一个MongoDB数据库,用于保存当前帖子编号,已提交的帖子,用户假名等。 Slack应用程式本身 环境变量 这是您需要在服务器上设置的所有带有提示的变量。 # Port to run the server on PORT=3000 DATABASE_URL=mongodb://… # App config. Obtained from the "Basic Information" page of your app. SLACK_BOT_TOKEN=xoxb-… SLACK_SIGNING_SECRET=… # Slack channels where the app should post to. The review and stream channe
【文件预览】:
prox-master
----package.json(1KB)
----.eslintrc.json(306B)
----.github()
--------workflows()
----.babelrc.json(137B)
----app.json(838B)
----Procfile(16B)
----src()
--------models()
--------features()
--------config.js(426B)
--------index.js(982B)
--------counter.js(882B)
--------data()
--------utils()
--------middlewares()
--------blocks()
----.gitignore(26B)
----README.md(4KB)
----yarn.lock(237KB)
----LICENSE.txt(1KB)
----.prettierrc.json(96B)