Skip to content

Files

Latest commit

 

History

History
executable file
·
29 lines (23 loc) · 996 Bytes

README.md

File metadata and controls

executable file
·
29 lines (23 loc) · 996 Bytes

megaphone

megaphone

An intuitive, web-based SMS gateway. Leverages Twilio Programmable SMS.

Initially built during a hackathon by myself and the following fine people:

Requirements/Setup

  • A Twilio project (trials are fine for testing purposes, since Twilio concatenates a trial notice to every sent message).
    • An SMS-capable Twilio number.
  • MongoDB database and account with create, find, and remove access.
  • nodemon (npm install nodemon)
  • npm install

Run

ACCOUNT_SID="[Twilio Account SID]" \
AUTH_TOKEN="[Twilio Auth Token]" \
PHONE_NUMBER="[Twilio Phone Number]" \
DB_URI="mongodb://[DB Username]:[DB Password]@[DB Address]" \
nodemon bin/www