Clarify what textbelt is in README. Fixes #48.
This commit is contained in:
parent
d50410afee
commit
2de59bb48d
@ -1,5 +1,7 @@
|
|||||||
### TextBelt
|
### TextBelt
|
||||||
TextBelt (http://textbelt.com) is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 100,000 texts.
|
TextBelt (http://textbelt.com) is a REST API that sends outgoing SMS. It is available as a public service or as an internally self-hosted server.
|
||||||
|
|
||||||
|
Textbelt uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 1 million texts.
|
||||||
|
|
||||||
Send a text with a simple POST request:
|
Send a text with a simple POST request:
|
||||||
|
|
||||||
|
@ -35,7 +35,13 @@ body {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>TextBelt is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 100,000 texts.</p>
|
<p>
|
||||||
|
TextBelt is a REST API that sends outgoing SMS. It is available as a public service or as an internally self-hosted server.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Textbelt uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 1 million texts.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>Send a text with a simple POST request:</p>
|
<p>Send a text with a simple POST request:</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user