Created
March 10, 2018 19:29
-
-
Save ShMcK/30c93ecb268a8644e08c6aa066ad9303 to your computer and use it in GitHub Desktop.
twilio-wrapper.js
This file contains hidden or 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 twilio = require('twilio'); | |
// created in order to stub twilio in tests | |
module.exports = { | |
init: () => twilio(ACCOUNT_ID, AUTH_TOKEN).messages, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment