educom-sms
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

xoxo-sms

send xoxo websms via nodejs api.

install

npm install educom-sms

api

const sendText = require('educom-sms');

await sendText({
  user: 'your educom login (phone)', 
  password: 'educom password', 
  recipient: '0043123456789',  // international notation
  text: 'hello, how are you?',
});

help

if puppeteer fails to run, due to sandbox errors, try to run:

sudo sysctl -w kernel.unprivileged_userns_clone=1

Readme

Keywords

Package Sidebar

Install

npm i educom-sms

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

3.36 kB

Total Files

3

Last publish

Collaborators

  • matthiasklan