Skip to content

nosolopau/rembooth

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

REMbooth

REMbooth is a reminders service for tasks managed with Redbooth.

Build Status Code Climate Coverage Status

How to:

  1. Sign in REMbooth using your Redbooth account
  2. Link your Twitter account.
  3. Select some task lists to get notifications when a task is due.
  4. The REMBooth robot will mention you in Twitter to remind your pending tasks.

Configuring

REMbooth uses rbenv to manage the application environment variables. Before launching the project, set the required environment variables in the .env file:

REDBOOTH_APP_ID: value
REDBOOTH_APP_SECRET: value
TWITTER_CONSUMER_KEY: value
TWITTER_CONSUMER_SECRET: value
TWITTER_ACCESS_TOKEN: value
TWITTER_ACCESS_TOKEN_SECRET: value

Launching

You can use the awesome gem foreman to launch an instance of the typical MongoDB configuration and the Delayed Job worker:

bundle exec foreman start

If you want to launch only the server, use:

bundle exec rails s

Testing

Just use:

bundle exec rake

About

REMbooth is a reminders service for tasks managed with Redbooth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published