20 lines
393 B
Markdown
20 lines
393 B
Markdown
|
# 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
|
||
|
|