Skip to content

Instantly share code, notes, and snippets.

@AlexLakatos
Created September 16, 2019 11:15
Show Gist options
  • Save AlexLakatos/0d4a4b1f0f7ff03b3f6eb88f81e4270e to your computer and use it in GitHub Desktop.
Save AlexLakatos/0d4a4b1f0f7ff03b3f6eb88f81e4270e 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
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment