🤖 that posts office reservations every morning in Slack channel.
Node.js >=20 and Azurite required to run project.
yarn
yarn build
Start Azurite(in a separate terminal)
npx azuriteRun the function app
func startThis bot is deployed as a Timer Trigger Function using @azure/functions.
Deploy project:
nvm install 20
nvm use 20
npm install --global yarnBuild project:
git clone https://github.com/dump-hr/meetings-slack-bot
cp .env.example .env
yarn build