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 +