From 3aff6899d0d29f2402e67ab685d1ff046f129c69 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 6 Feb 2019 15:19:06 +0100 Subject: [PATCH] Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ce3b81 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# node-red-contrib-micropub + +[Node-RED](http://nodered.org/) nodes to create new posts on Micropub weblogs. + + +## Run the following command in the root directory of your Node-RED install + + npm install node-red-node-google + +## Usage + +### Micropub Create + +Create a new entry on a weblog. + +The incoming message should provide the follwoing properties. + +* **payload** - an MF2 formatted object +