Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 460 Bytes

Introduction

bombot is a Slack bot for BambooHR.

Development

Starting the local development server

npm run dev

Starting the tunnel

npm run tunnel

Environment Variables needed

    SLACK_CLIENT_ID=x
    SLACK_CLIENT_SECRET=x
    API_END_POINT=https://api.bamboohr.com/api/gateway.php/moneysmart/v1/
    BAMBOOHR_USERNAME=x
    BAMBOOHR_PASSWORD=x
    SLACK_INCOMING_WEBHOOK=x
    CRON_PATTERN='* * * * *'