1.0.3 • Published 9 years ago

node-sms-luosimao v1.0.3

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

node-sms-luosimao

node发送短信模块,后台服务采用的是luosimao.com的服务

npm version

install

npm install --save node-sms-luosimao

demo

var sms = require("./index");

sms.key = process.env.LSM_KEY

sms.send('18612189317', '测试1~~【node发送短信模块】', function(error, res, body){
  console.log(body);
});

说明

luosimao测试

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

版本历史

  • v1.0.0 初始化版本

欢迎fork和反馈

  • write by i5ting shiren1118@126.com

如有建议或意见,请在issue提问或邮件

License

this repo is released under the MIT License.

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago