/express-webhook-server

A simple express webhook server

Primary LanguageJavaScript

Welcome

This is a simple express-webhook-server

Deploy to cloud

Heroku
Deploy to Heroku
Replit
Run on Repl.it

Usage for non-cloud users (Don't do these steps if your using it on cloud)

To use this first clone

git clone https://github.com/shourgamer2/express-webhook-server

Then install

npm i 

Then run it !

node index.js

Usage for replit users

If your using it on cloud look in the console/logs in your dashboard and you will find all of the messages !
If you are using heroku then go to resources and enable the web process
If you are using replit then click on the three dots and select "Show hidden files" and you should see the .replit file go inside that file and type:

run = "node index.js"