Skip to content

Instantly share code, notes, and snippets.

View jordiup's full-sized avatar
🙌
Building The Future Of Digital Health

Jordi Hermoso jordiup

🙌
Building The Future Of Digital Health
View GitHub Profile
import twilio from 'twilio';
var accountSid = process.env.TWILIO_ACCOUNT_SID; // Your Account SID from www.twilio.com/console
var authToken = process.env.TWILIO_AUTH_TOKEN; // Your Auth Token from www.twilio.com/console
export const twilioClient = twilio(accountSid, authToken, {
accountSid,
});
let aiden = '+61488700798';