Skip to content

Instantly share code, notes, and snippets.

@ekpangmichael
Created September 9, 2019 10:55
Show Gist options
  • Save ekpangmichael/a37c0769aa62eb4f3f30a41daaad4276 to your computer and use it in GitHub Desktop.
Save ekpangmichael/a37c0769aa62eb4f3f30a41daaad4276 to your computer and use it in GitHub Desktop.
const {
SID: accountSid,
KEY: TwilloAuthToken,
APIKEY: googleApiKey,
CX: cx
} = process.env;
twilio(accountSid, TwilloAuthToken);
const { MessagingResponse } = twilio.twiml;
const customsearch = google.customsearch('v1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment