remind-cli

0.0.5 • Public • Published

Remind

My dad has pancreatic cancer. I want to remind him that I love him — often. Remind will send him text messages of my choosing at given intervals.


Functional Specification

r1. CLI to turn remind on with a given schedule

  • remind --on.phone=<TARGET_PHONE_NUMBER> --on.twilioSID=<TWILIO_SID> --on.twilioToken=<TWILIO_AUTH_TOKEN> --on.twilioPhone=<TWILIO_FROM_PHONE_NUMBER> --on.every=<h|min|d|mon|y>

r2. CLI to add / remove reminders

  • remind --add.tag=love --add.id=L1 --add.reminder='I love you dude'

  • remind --add.tag=joke --add.id=J1 --add.reminder='__random__' (generates random joke)

  • remind --remove="J1"

Dependencies (7)

Dev Dependencies (15)

Package Sidebar

Install

npm i remind-cli

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • cfeusier