Skip to content

swinarta/co-nexmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

co-nexmo

co wrapper for nexmo

Installation

$ npm install co-nexmo

Example

var Nexmo = require('co-nexmo');

var nexmo = Nexmo({
  key: 'key',
  secret: 'secret'
});

...
var balance = yield nexmo.getBalance();

Supported API

###Get Balance

getBalance()

###Search Message

searchMessages(date, mobileNumber)

###Send Text Message

sendTextMessage(fromNumber, toMobileNumber, text)

###Send Text Short Code

sendTextShortCode(mobileNumber, pin)

License

MIT

About

co wrapper for nexmo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published