amnesia-sms-project

Simple NodeJS web-app created using Twilio API to send reminder messages to user.

Instructions

  • Enter admin `accountSid`, `authToken` in `index.js`.
  • Enter the phone number provided by Twilio to admin in the `from` variable in `index.js`.
  • Run `node index` in the directory of the project to start the server.
  • Go to `localhost:3000` using your browser.
  • Enter user's name and phone number in the given form.
  • Note: only those phone numbers can receive messages which have been authorised by the admin in Twilio dashboard
  • Note: If a request has already been sent and before the status being logged the user stops or ends the app, that request will still be processed. However, no further requests will be made until the app is restarted.