Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 718 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 718 Bytes

SMS

Better name coming...

About

A Node.js app to send mass text messages via Twilio.

Development

Requirements

  • Node.js (v10 recommended)
  • Nodemon
  • MySQL

Running

  • Clone the repository
  • Copy config.json.example to config.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

Contributing

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