This is a Node.js application to remind you of your appointments using Twilio SMS.
- Send SMS reminders for appointments
- Uses Twilio API
- Environment variables managed with dotenv
- Linting with ESLint and formatting with Prettier
- Copy
.env.exampleto.envand fill in your Twilio credentials. - Run
npm installto install dependencies. - Use
node sendReminder.jsto send a test reminder.
npm run lint— Run ESLintnpm run format— Run Prettier
MIT