Skip to content

asm-products/calmail

Repository files navigation

CalMail

Open Tasks

Travis Code Climate Code Climate

Your day's meetings summarized nightly

This is a product being built by the Assembly community. You can help push this idea forward by visiting https://assemblymade.com/calmail.

###App setup

Make sure you have Redis and Postgres up and running.

  • Install the required gems
    bundle install
  • Set up the database
    rake db:setup
  • Run the app
    bundle exec rails s

For Oauth to work, you need to obtain an API key from Google

The Oauth keys are set in the following environment variables:

  • ENV['GOOGLE_CLIENT_ID']
  • ENV['GOOGLE_CLIENT_SECRET']

How Assembly Works

Assembly products are like open-source and made with contributions from the community. Assembly handles the boring stuff like hosting, support, financing, legal, etc. Once the product launches we collect the revenue and split the profits amongst the contributors.

Visit https://assemblymade.com to learn more.

Releases

No releases published

Packages

No packages published

Languages