Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 583 Bytes

File metadata and controls

44 lines (30 loc) · 583 Bytes

meetings-slack-bot

🤖 that posts office reservations every morning in Slack channel.

Development

Node.js >=20 and Azurite required to run project.

yarn
yarn build

Start Azurite(in a separate terminal)

npx azurite

Run the function app

func start

Deployment

This bot is deployed as a Timer Trigger Function using @azure/functions.

Deploy project:

nvm install 20
nvm use 20
npm install --global yarn

Build project:

git clone https://github.com/dump-hr/meetings-slack-bot
cp .env.example .env
yarn build