yunpiansms

0.0.3 • Public • Published

A Node.js SDK for Yunpian SMS.

npm install yunpiansms

The interface is similar to the API.

yunpiansms.{resource}.{function}()

All functions return a promise(es6-shim).

Example:

var sms = new YunpianSMS('apikey');
sms.send('13888888888', 'Hello').then(function(){
    console.log('OK!');
});
sms.tpl.get('1').catch(function(){
    console.log('Tpl Not Found!');
});

Readme

Keywords

Package Sidebar

Install

npm i yunpiansms

Weekly Downloads

4

Version

0.0.3

License

MIT

Last publish

Collaborators

  • ivershuo