JSPM

educom-sms

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q33495F
  • License ISC

send educom web-sms via nodejs api

Package Exports

  • educom-sms

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (educom-sms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

educom-sms

send educom 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