Simple webhook server for sending webhooks to a discord server when a youtube channel uploads a new video
- Clone the Repository:
git clone https://github.com/Muchacho-Army/WebhookServer
- Install the Dependencies:
npm install --include=dev
Warning
You need to allow incoming TCP connections for your port
- Create a .env file in the root directory with the following content:
PORT = 8080 FQDN = "http://your.server.com" DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/..."
- Start the server with
npm start