Skip to content

Node.js wrapper for every8d sms api.

Notifications You must be signed in to change notification settings

gcrmio/every8d-sms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js wrapper for every8d sms api.

Usage

npm install every8d-sms
const sms = require('every8d-sms');
const result1 = await sms.send(uid, password, ...);
console.log(result1);

const result2 = await sms.getCredit(uid, password);
console.log(result2);

Reference:

https://tw.every8d.com/E8DPortal/InformationDownload.aspx

About

Node.js wrapper for every8d sms api.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%