Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

worotyns/sendersms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendersms implementation

Library has only "sms" method implemented

const config = {...};
const data = {...};

const sender = new SenderSMS(config);
sender.send(data); // returns promise

About

Simple library implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published