This chatbot uses Facebook Messenger API + Wit.ai + Open Weather Map.
yarn install
npm run build
NODE_ENV=production \
PORT=3000 \
FB_VERIFY_TOKEN=<VERIFY TOKEN> \
FB_PAGE_ACCESS_TOKEN=<PAGE ACCESS TOKEN> \
WIT_TOKEN=<WIT API TOKEN> \
OPEN_WEATHER_API_KEY=<OPEN WEATHER MAP API KEY> \
node dist/index.js