© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
R. StringerReal-Time Twilio and Flybasehttps://doi.org/10.1007/978-1-4842-7074-5_6

6. Sending Daily SMS Reminders

Roger Stringer1  
(1)
Penticton, BC, Canada
 

In this chapter, I’ll show you how you can use Node.js, Flybase, and Twilio to write your very own daily SMS reminder app.

Necessary Tools

  • Twilio to send and receive SMS messages

  • Flybase to store the users who have subscribed to our service

  • Node.js to build on Chrome’s JavaScript runtime for easily building fast, scalable network applications

Scheduling SMS Messages with Cron

To get started, we’ll need to install a couple npm packages. We’ll be using the twilio package (https://github.com/twilio/twilio-node ...

Get Real-Time Twilio and Flybase: Build Real-Time Web Apps Using Twilio and Flybase with Node.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.