louicoder / Node-WebScrapper

A web scrapper application that scraps websites performs a couple of automated tasks.
6 stars 2 forks source link

Set up sms integration #19

Open louicoder opened 5 years ago

louicoder commented 5 years ago

Set up sms integration in the project. This task completely relies on the completion of Set up Twilio and whatsapp issue. Therefore, it's important that this task be attempted after the task mentioned above is completed.

This is because we shall be using the same Twilio account for both sms and whatsapp. Inside the social_integrations.js file create a pseudo function called sendTwilioSms for sending an sms and the functionality will implemented at a later stage.

Resources: Sending sms using node and Twilio