This is the express server that we use to handle incoming webhooks from various services.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js v8.x.x or higher
- RethinkDB
git clone https://github.com/DankMemer/webhook-server.git
- Create config.json
npm i
- Run rethinkdb
- Run the server with
node server.js
(optionally using pm2) - Profit
- Node.js - The javascript runtime
- Rethinkdb - noSQL database
- Express.js - Web framework for node.js
- Paradox - Initial work - ParadoxOrigins
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Something will go here eventually?