willtchiu / RemindMe

Your personal fb messenger reminder slave
0 stars 1 forks source link

Add 1 additional command #1

Open willtchiu opened 8 years ago

willtchiu commented 8 years ago

Need a usable remind me command

David-Egan commented 8 years ago

So you want a function that does something after 5 minutes have passed? It alerts the user when the 5 minutes expire?

willtchiu commented 8 years ago

Yup, the plan is to set up a light weight db to store user reminders. But before that, i'd like to get some working command for "remind" and delay the reminder instead of storing it. The command would follow some sort of form: [remind 10/31/16 12:00PM PDT "Eat lunch"]

Xh4H commented 7 years ago

Do you still need help with it? If you do, I’d suggest leaving the task of reminding the user on his side, which is the browser (or app?)

willtchiu commented 7 years ago

Hey! Ah, so remove the communication between user and server? Feel free to make a PR, I've been busy and hadn't progressed with the project for a while.