update social nodes info style

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:26:53 +00:00
parent 0880ad3987
commit b6116abce3
25 changed files with 104 additions and 98 deletions

View File

@@ -6,7 +6,7 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to send SMS messa
Install
-------
Run the following command in the root directory of your Node-RED install
Run the following command in your Node-RED user directory - typically `~/.node-red`
npm install node-red-node-twilio
@@ -16,10 +16,12 @@ Usage
Sends an SMS message or make a voice call using the Twilio service.
The Twilio out node is configured to send SMS or make call, depending on the option selected you enter the phone number or phone number and a URL to create the TWiML response file.
The Twilio out node is configured to send SMS or make call, depending on the option selected you
enter the phone number or phone number and a URL to create the TWiML response file.
<b>msg.payload</b> is used as the body of the message. The node can be configured with the number
to send the message to. Alternatively, if the number is left blank, it can be set using <b>msg.topic</b>. The payload can also be the URL to create the TWiML response file.
`msg.payload` is used as the body of the message. The node can be configured with the number
to send the message to. Alternatively, if the number is left blank, it can be set using `msg.topic`.
The payload can also be the URL to create the TWiML response file.
You must have an account with Twilio to use this node. You can register for one <a href="https://www.twilio.com/">here</a>.

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-twilio",
"version" : "0.0.9",
"version" : "0.0.10",
"description" : "A Node-RED node to send SMS messages via the Twilio service.",
"dependencies" : {
"twilio" : "1.6.0"