1.0.0 • Published 9 years ago

co-nexmo v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

1.0.0

9 years ago

0.0.1

9 years ago