Package Exports
- educom-sms
- educom-sms/dist/index.js
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
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