mysmartspaces / nodejs-webhook-server-example

A Simple Nodejs API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Nodejs API

slack-badge

Running the Application

  • Open up your terminal and clone the repository by running
git clone https://github.com/hookdeck/nodejs-webhook-server-example.git
  • Change into the cloned directory and install the dependencies
cd nodejs-webhook-server-example
npm install
  • Start the server by executing
node server.js

🟢 The node.js server starts up on http://localhost:1337.


See the list of endpoints in the routes.js file. Use the endpoint in the format /<platform>-webhooks-endpoint.

About

A Simple Nodejs API


Languages

Language:JavaScript 100.0%