Skip to content

kapekost/miss-duck-google-assistant-nodejs

Repository files navigation

duck-google-assistant-nodejs

nodeJS google assistant webhook

Install libs

npm i

Config

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

Start the webhook

npm start

The server is up and running on port 8000