Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xoxo-sms

send xoxo / educom websms via nodejs api.

Install

yarn add educom-sms

Api

import sendText from 'educom-sms';

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

Help

If puppeteer fails to run (due to sandbox errors) run:

sudo sysctl -w kernel.unprivileged_userns_clone=1

About

send educom web-sms via nodejs api

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages