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