Package Exports
- rocket-chat-daily-checkin-checkout
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rocket-chat-daily-checkin-checkout) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rocket-chat-daily-checkin-checkout
Bot to get check-in and checkout. Results will be posted inside channel. Late check-in and checkout will be posted separately.
Project setup
- Run this command
npm install
- Change BOT_NAME for bot identification
- Change ROCKETCHAT_ROOM for rooms name where bot will post user's stand-up
- BOT_TIME_DIALOG_CHECKIN for check-in time. (Example : '09:00:00)
- BOT_TIME_PUBLISH_CHECKIN for checkout time. (Example : '10:00:00)
- BOT_TIME_DIALOG_CHECKOUT for check-in time. (Example : '09:00:00)
- BOT_TIME_PUBLISH_CHECKOUT for checkout time. (Example : '10:00:00)
- change ROCKETCHAT_URL for bot server. (Example: https://chat.example.com)
- ROCKETCHAT_USER for rocketchat username login
- ROCKETCHAT_PASSWORD for rocketchat password login
Compiles for development
npm run watch
or you can use
npm run debug
Compiles for production
npm run chatbot