nodeJS google assistant webhook
npm i
Using the config
module, we're parsing the ./config/default.json
file
use NODE_ENV
to point to the version of .json file you need
export NODE_ENV=production
npm start
The server is up and running on port 8000