Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
//Your Twilio account credentials
exports.accountSid = 'ACXXX';
exports.authToken = 'XXX';
//A Twilio number you control
exports.from = '+16515556677';
//The message prepended to the text message link
exports.message = 'Download ReadGood now! Here\'s the link :) ';
//Change this to be wherever you end up deploying your HTML files
//You might also consider using a shortened link to save space in
//your message.
exports.downloadLink = 'http://mad.site44.com/download.html';