0.0.3 • Published 8 years ago

yunpiansms v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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!');
});
0.0.3

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago