Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 397 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 397 Bytes

README

This repository is for the server that alerts contacts through text messages of the user's emergency. I am using Twilio's API to send a message from a default Twilio phone number to a parameterized phone number (along with a message). Rails was probably not the ideal choice as it is very heavy for such a simple endpoint. However, due to time constraints, this was the ultimate choice.