Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 855 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 855 Bytes

rocket-daily-standup

Project setup

  1. Run this command
npm install
  1. Change BOT_NAME for bot identifiaction
  2. Change ROCKETCHAT_ROOM for rooms name where bot will post user's stand-up
  3. TIME_DIALOG for when bot will asking user's. (Example : '09:00:00)
  4. TIME_PUBLISH for when bot will post user's stand-up to channel BOT_CHANNEL_NAME. (Example : '10:00:00)
  5. change ROCKETCHAT_URL for bot server. (Example: https://chat.bahaso.com)
  6. ROCKETCHAT_USER for rocketchat username login
  7. ROCKETCHAT_PASSWORD for rocketchat password login

Compiles for development

npm run watch

or you can use

npm run debug

Compiles for production

npm run bot

Usefull links