Skip to content

A small text message based contest designed for a presentation the Montreal Agile Tour

Notifications You must be signed in to change notification settings

nadavami/agile-contest-sms

Repository files navigation

agile-contest-sms

Build Status Coverage Status

While watching a conference talk, you can enter the contest by sending an SMS (a text) to (438) 600-2225. You will receive a response that you've been entered. By the end of the talk a winner will be selected and notified both by SMS.

Presentation

The presentation can be found here

Requirements

  • Node.js (^6.2.2 or ^8.0.0)
  • Yarn npm install -g yarn

Usage

  • yarn - to install dependencies
  • yarn start - will start the server and assign a random port
  • or
  • PORT=55555 yarn start - to set a port

Run Tests

  • yarn test

Routes

  • / - The App
  • /api/incoming - Twilio Incoming Webhook
  • /api/participants - List All Participants
  • /api/winner - Randomly Select and Show a Winner
  • /api/flushall - Delete all participants

About

A small text message based contest designed for a presentation the Montreal Agile Tour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published