diff --git a/social/moniai/README.md b/social/moniai/README.md
new file mode 100644
index 00000000..42d3a2f5
--- /dev/null
+++ b/social/moniai/README.md
@@ -0,0 +1,25 @@
+node-red-moniai
+====================
+
+A Node-RED node that is triggered by a pattern on Moni.ai.
+
+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 https://moni.ai 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 msg.payload
containing the userinput.,
+while msg.latitude
and msg.longitude
will contain the gps coordinates of the user (if available).
+
+