Food Bot. A bot that helps you organize lunch at work.
Export the following environment variables:
MICROSOFT_APP_ID=
MICROSOFT_APP_PASSWORD=
BOT_DEFAULT_LOCALE=en
Prerequisites: node 6+
git clone [email protected]:palmerabollo/foodbot.git && cd foodbot
npm install
npm run watch-console # run in console mode
You can also run the bot as a HTTP server os as a serverless AWS Lambda function.