Closed loganwatanabe closed 10 years ago
I found these npm packages used to create "jobs" that are executed on specified dates, which is what we'll need to send the automated reminders: https://www.npmjs.org/package/node-schedule https://www.npmjs.org/package/cron
can't decide which one is better, schedule looks simpler though, so I think I'll start looking into incorporating that
did it for the event RSVP two days before
I found these npm packages used to create "jobs" that are executed on specified dates, which is what we'll need to send the automated reminders: https://www.npmjs.org/package/node-schedule https://www.npmjs.org/package/cron
can't decide which one is better, schedule looks simpler though, so I think I'll start looking into incorporating that