nodeJS google assistant webhook
npm iUsing 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 startThe server is up and running on port 8000