Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mathieudutour/timezone-butler
- Owner: mathieudutour
- License: isc
- Created: 2018-11-18T08:41:18.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-05T06:48:12.000Z (4 months ago)
- Last Synced: 2024-10-17T16:14:17.561Z (26 days ago)
- Topics: butler, distributed-team, remote-working, slack-bot, timezones
- Language: TypeScript
- Homepage: https://timezone-butler.now.sh
- Size: 805 KB
- Stars: 137
- Watchers: 6
- Forks: 22
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
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:
```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)