GitHub - OperationCode/town-crier: Slack bot with a cron like interface to notify members of Operation Code opportunities

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Aug 9, 2021. It is now read-only.

town-crier

Code Climate

The Town-crier is a Slack bot with a cron like interface to notify members of Operation Code opportunities.

NOTE: For local development environments, you may need to remove the --production flag from Dockerfile (Issue #17)

Find:

RUN npm install --production

and replace with:

RUN npm install