Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathieudutour/timezone-butler

⏰🤵 A Slack butler who will take care of the timezone differences in your team.
https://github.com/mathieudutour/timezone-butler

butler distributed-team remote-working slack-bot timezones

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        


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:
```bash
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](https://api.slack.com/apps))
- Start the server
```bash
npm run dev
```
- expose your server to the internet
```bash
ngrok http 3000
```

## License

ISC (like MIT but simpler)