Robert Welbourn

Results 2 comments of Robert Welbourn

Umm, I'm right at the bottom of the Git learning curve. How exactly does one upload a file?

My somewhat less-than-elegant workaround was to do this: ``` import twilio from 'twilio'; const apiKey = process.env.TWILIO_API_KEY; const apiSecret = process.env.TWILIO_API_SECRET; const accountSid = process.env.TWILIO_ACCOUNT_SID; if (apiKey && apiSecret &&...