Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauravtiwari/meetings
Meetings allows team members to get Google calendar meeting reminders on Slack
https://github.com/gauravtiwari/meetings
Last synced: 16 days ago
JSON representation
Meetings allows team members to get Google calendar meeting reminders on Slack
- Host: GitHub
- URL: https://github.com/gauravtiwari/meetings
- Owner: gauravtiwari
- Created: 2016-01-25T15:02:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T15:04:14.000Z (almost 9 years ago)
- Last Synced: 2024-12-05T13:40:11.767Z (about 1 month ago)
- Language: Ruby
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meetings
Meetings allows team members to get Google calendar meeting reminders on Slack. Meetings runs Rails 5.0.0 Beta on Ruby 2.3.## Usage
```
/mymeetings [today, tomorrow or week]
Example: /mymeetings today
```## Development
```
git clone repo-url
cd /directory
bundle
./start (from terminal). If you get permission error, just do chmod 777 start
```## System dependencies
Meetings requires the following softwares:
* Ruby (2.3)
* PostgreSQL (9.4.5)The versions listed are tested and confirmed to work, but the software may also be
compatible with earlier versions.### Running
```bash
$ bundle exec rails db:create db:migrate
$ bundle exec rails console
$ ./start from terminal
```