An intuitive, web-based SMS gateway. Leverages Twilio Programmable SMS.
Initially built during a hackathon by myself and the following fine people:
- Zufeng (@ZufengW)
- Pierre (@Doubledge)
- Armaan (@OpticGenius)
- Daniel (@skydans)
- 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
, andremove
access. - nodemon (
npm install nodemon
) npm install
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