https://github.com/hashrocket/hashshake
Hashrocket shakes hands 🤝
https://github.com/hashrocket/hashshake
Last synced: 10 months ago
JSON representation
Hashrocket shakes hands 🤝
- Host: GitHub
- URL: https://github.com/hashrocket/hashshake
- Owner: hashrocket
- Created: 2021-01-27T19:03:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T18:22:58.000Z (over 5 years ago)
- Last Synced: 2024-12-30T03:32:52.048Z (over 1 year ago)
- Language: Ruby
- Homepage: https://hashshake.herokuapp.com/
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤝 Hashshake
This is an application to foster communication and camaraderie between remote
teammates. It is inspired by:
[RailsConf 2017: Keynote by Justin Searls](https://youtu.be/V4fnzHxHXMI?t=544)
At the beginning of the week, the application randomly chooses pairs of
coworkers to meet up for informal, 20-minute conversation and coffee meetings.
The coworkers link up, arrange the meeting, and talk about whatever they want.
Then next week, we do it again.
### Usage
Add to the environment the names of your teammates, and Slack app endpoint
you've configured per `.env`.
Set up a cron job to run the following task once a week:
```
$ rake notify
```
This will post in Slack like so:

### Deployment
Push to Heroku, application name 'hashshake.'
### Tests
Copy `.env.example` to `.env`, and run:
```
$ rake
```