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