Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.46 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.46 KB
Timezone Butler

Meet your new Timezone Butler

A Slack butler who will take care of the timezone differences in your team.

 
Add to Slack
 
 
Timezone Butler demo
 
 

Installation

Click on the button below:

Add to Slack

Contributing

  • Fork the repo
  • Clone the repo
  • Install the dependency:
    npm install
    npm install -g ngrok
  • Copy .env.example to .env and replace the environment variables (you will need to create a new slack app)
  • Start the server
    npm run dev
  • expose your server to the internet
    ngrok http 3000

License

ISC (like MIT but simpler)