An API limited to webhook only and using ExpressJS for WebServer use.
npm run build
: To build theDist
folder.npm run start
: To start the webserver
You can follow this tutorial method. https://support.crowdin.com/webhooks/#adding-webhooks
Remembering: The endpoint only works with POST
and application/json
. If you set it wrong automatically it may fail. In short the connection will be refused.
Default port is 8080
and you need to put webhook URL in Env
Soon the Docker will be added to the project.
If you found wrong ago with the API you can report the problem on the server or create a issue