mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Updated Node Ideas (markdown)
parent
8ad2a686fd
commit
4efff54d19
@ -1,10 +1,10 @@
|
||||
A list of ideas for new node-red nodes.
|
||||
|
||||
* Folder Listing (JK)
|
||||
* Folder Listing (JK)<br>
|
||||
A quick, OS independent way to return an array of files and/or folders (using Node.js file system core library maybe)
|
||||
* EXIF/IPTC input node (JK)
|
||||
* EXIF/IPTC input node (JK)<br>
|
||||
Given an array of files and an array of metadata fields, GET the EXIF and/or IPTC metadata from the files and return as an array.
|
||||
* EXIF/IPTC Output node (JK)
|
||||
* EXIF/IPTC Output node (JK)<br>
|
||||
Given an array of files and an array of metadata fields/values, SET the EXIF and/or IPTC metadata on the files.
|
||||
* RSS Output (JK)
|
||||
* RSS Output (JK)<br>
|
||||
A quick way to produce valid RSS output. Would need to set the correct HTTP headers as well as have an agreed input data schema. This, combined with the RSS "Feedparse" node would allow Yahoo! Pipes style reprocessing of feeds. The most common requirement for this is to add full articles into feeds that normally only supply short summaries.
|
||||
|
Loading…
Reference in New Issue
Block a user