Better name coming...
A Node.js app to send mass text messages via Twilio.
- Node.js (v10 recommended)
- Nodemon
- MySQL
- Clone the repository
- Copy
config.json.example
toconfig.json
and obtain proper credentials from an app developer - Run
npm install
- Run
nodemon
to start the server - Visit localhost:3000 to verify that the server is running
Contributions to this project are welcome!
- Create a new branch with name
<username or first name>/feature-description
. - Create a PR and fill in the relevant information then tag me, @dummycode, for a review
- I will review, merge, and deploy your changes