Skip to content

daliworks/node-nexmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-nexmo

https://www.nexmo.com wrapper for nexmo

Usage

nexmo.init({
  secret: 'your_secret_key',
  key: 'your_api_key',
});

nexmo.send({
  to: '01000000000',
  from: '0200000000', // your number
  type: 'SMS',
  text: '테스트  test .. abcdeef .....efer 테스트 입니다',
}, function (err, result) {
  console.log('result err=%s, result', err, result);
});

License

MIT

Releases

No releases published

Packages

No packages published