jpbberry / crowdin-discord

Forward Crowdin webhooks to Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing wrangler

npm i @cloudflare/wrangler -g

Getting Started

Once you have installed Wrangler, spinning up and deploying your first Worker is easy!

$ git clone https://github.com/top-gg/crowdin-discord
$ cd crowdin-discord

# open wrangler.toml and replace `name = "WORKER NAME"` with your Cloudflare Worker name and `account_id = "YOUR account_id"` with your accound id (can be found in workers section)
# open index.js , go to line №18 and replace 'DISCORD WEBHOOK URL' with Discord Webhook URL

$ wrangler config
$ wrangler publish

About

Forward Crowdin webhooks to Discord

License:MIT License


Languages

Language:TypeScript 73.2%Language:JavaScript 26.8%