https://github.com/3jackdaws/text-alert-server
Very simple node webservice that allows texts to be sent via GET requests
https://github.com/3jackdaws/text-alert-server
Last synced: about 2 months ago
JSON representation
Very simple node webservice that allows texts to be sent via GET requests
- Host: GitHub
- URL: https://github.com/3jackdaws/text-alert-server
- Owner: 3jackdaws
- Created: 2019-04-14T05:55:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T05:55:28.000Z (about 7 years ago)
- Last Synced: 2025-06-16T23:36:44.786Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mnd
Awesome Lists containing this project
README
# Text Notifier Server Thing
This is a simple service that exposes an interface to text based alerts or whatever. This uses a common cell carrier feature where one can send texts to mobile numberts via email.
For example, if you want to send a text to a Verizon mobile number, and the number is (123)456-7890, you send an email to 1234567890@vtext.com
Email to text services are documented for most major carriers online.
# Installation
Git clone this repo to your docker-enabled server and change all the env variables in the `docker-compose.yml` file. `docker-compose up -d` that puppy and you can now send the specified cell number a text by submitting a GET request to `/notify?m=your message here`