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

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

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