npm.io
1.0.0 • Published 4 years agoCLI

@reticlesoftware/sms

Licence
ISC
Version
1.0.0
Deps
3
Size
2 kB
Vulns
0
Weekly
0

SMS

Send SMS messages via Twilio.

Built With

Getting Started

This project is released as both a module and a CLI tool.

Installation
For Use in Projects
npm install @reticlesoftware/sms
For Use in CLI
npm install -g @reticlesoftware/sms

Usage

const { sms } = require('@reticlesoftware/sms');

sms({
  twilioAccountSid,
  twilioAuthToken,
  toPhoneNumber,
  fromPhoneNumber,
  message,
});

or

sms --to 5555555555 --message "Your message"