Meet your new Timezone Butler
A Slack butler who will take care of the timezone differences in your team.
Installation
Click on the button below:
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)