node-red-contrib-micropub/README.md

20 lines
410 B
Markdown
Raw Normal View History

2019-02-06 14:19:06 +00:00
# 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
2019-02-06 19:52:52 +00:00
npm install node-red-contrib-micropub
2019-02-06 14:19:06 +00:00
## Usage
### Micropub Create
Create a new entry on a weblog.
2019-02-06 19:52:52 +00:00
The incoming message should provide the following properties.
2019-02-06 14:19:06 +00:00
2019-02-06 19:52:52 +00:00
* **payload** - a string, or a MF2 formatted object
2019-02-06 14:19:06 +00:00