fix readme

This commit is contained in:
root 2015-06-10 13:33:07 +02:00
parent e8b241b831
commit db5073eae6

View File

@ -1,25 +0,0 @@
node-red-moniai
====================
A <a href="http://nodered.org" target="_new">Node-RED</a> node that is triggered by a pattern on <a href="https://moni.ai" target="_new">Moni.ai</a>.
Install
-------
Run the following command in the root directory of your Node-RED install
npm install node-red-moniai
Usage
-----
Creates a new Voice Channel on Moni.ai
You need to signup as a user on <a href="https://moni.ai">https://moni.ai</a> in order to use the functionality.
After creating the node you can trigger the Voice Channel by saying the trigger pattern. You must be logged in to trigger the pattern (unless your Channel has been published).
When the Voice Channel gets triggered the node is sending <code>msg.payload</code> containing the userinput.,
while <code>msg.latitude</code> and <code>msg.longitude</code> will contain the gps coordinates of the user (if available).