Skip to content

Intuitive SMS gateway. Born out of a hackathon.

Notifications You must be signed in to change notification settings

Peso255/megaphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Intuitive SMS gateway. Born out of a hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published