Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 566 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 566 Bytes

TimeCapsule

TimeCapsule is an Android app created as a school project that allows users to shedule a message to be delivered at some point in the future. The user can specify a date and time down to the minute to send the SMS message. The app uses the Firebase realtime database to store messages and Firebase cloud functions triggered by cron-job.org to send messages using Twilio at the specified time.