1.0.3 • Published 5 years ago
ushio-sms v1.0.3
ushio-sms
Quick Start
Import sms module
const sms = require('ushio-sms')(API_url); //substitute the API_url
Send sms
await sms.send(Tel, Msg0, Msg1);
License
Apache-2.0
const sms = require('ushio-sms')(API_url); //substitute the API_url
await sms.send(Tel, Msg0, Msg1);
Apache-2.0