https://github.com/zackify/event.watch
Handle meetings in slack, deprecated
https://github.com/zackify/event.watch
Last synced: 11 months ago
JSON representation
Handle meetings in slack, deprecated
- Host: GitHub
- URL: https://github.com/zackify/event.watch
- Owner: zackify
- Created: 2015-08-18T03:15:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T04:10:19.000Z (over 10 years ago)
- Last Synced: 2025-02-14T04:49:49.301Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Not finished
I stopped working on this due to there being google calendar and other integrations
##Install
- git clone
- npm install sequelize -g
- setup postgres, `sequelize db:migrate`
#Deploy
- push to master
- will deploy automatically after tests pass on circleci
- if there's migrations, run: `heroku run sequelize db:migrate` after deploy