Skip to content

Instantly share code, notes, and snippets.

@AlexLakatos
Created September 16, 2019 11:19
Show Gist options
  • Save AlexLakatos/83fbaf7a7cdf921c115d8e48c47a5d29 to your computer and use it in GitHub Desktop.
Save AlexLakatos/83fbaf7a7cdf921c115d8e48c47a5d29 to your computer and use it in GitHub Desktop.
const Nexmo = require('nexmo')
const nexmo = new Nexmo({
apiKey: NEXMO_API_KEY,
apiSecret: NEXMO_API_SECRET,
applicationId: NEXMO_APPLICATION_ID,
privateKey: NEXMO_APPLICATION_PRIVATE_KEY_PATH
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment