Skip to content

LoganHeinzelman/txtbelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txtbelt

npm version

TextBelt is free open source API that allows people to send SMS messages. It works by send an email to the phone service end point where it is then delivered to the intended person.

Requirements

  • Working TextBelt server
  • Knowledge of how to setup that server right.
  • Side note: you might have to setup postfix with an SMTP relay if you cant send emails from your server

Sending a text in the US

const txtbelt = require("txtbelt");
const sms = new txtbelt("SERVER IP"); // IE: 192.168.0.169:9090
sms.text('Phone Number', 'message');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published