Example of Aftership webhook server using Node.js and Express.js framework
Example of webhook that catch Aftership POST request.
##Installation
- Just do
npm install
in this project root to install dependencies, of course make sure you have installedNodeJS
andNPM
available first. - Type
npm start
and the server will run on port3000
, change that port inindex.js