Created
September 9, 2019 10:55
-
-
Save ekpangmichael/a37c0769aa62eb4f3f30a41daaad4276 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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