slack2hangoutschat-webhook
Slack 2 Google HangoutChat webhook converter
This project convert and forward all incoming Slack webhook to Hangouts chat. In an opinionated way, it expose a webserver to that will proxy Slack webhook to Google chat Api.
Online demo
https://slack2hangouts-chat.now.sh/
Installation
Docker
docker run -d \ -p 3000:3000 \ tchiotludo/slack2hangoutschat-webhook
Go to http://localhost:3000 for instruction
Local
git clone https://github.com/tchiotludo/slack2hangoutschat-webhookcd slack2hangoutschat-webhooknpm installnpm run watch # for dev with watch npm run build && NODE_ENV="production" npm run start # build and start
Go to http://localhost:3000 for instruction
Azure App
- Create a Http Trigger
npm install slack2hangoutschat-webhook
- update to index.js with this content
const webhook = ;moduleexports = webhookWebhookazure
- Deploy to azure
Api Usage
npm install slack2hangoutschat-webhook
; console
License
MIT © tchiotludo