Save form input into file to be extracted with Node-Red -


i'm trying create page, of node-red, shows feed (extracted search results of dribbble) of images. i'm far can show items dribbble pre-set query. search results (feed) should variable, in such way can choose tags.

however, can't seem find way save tags interested in. let's have page contains <input>, whatever fill in , send saved to, let's say, interestingitems.html.

how save 'sent' items file? either javascript or node-red.


i wouldn't mind using localhost:1880/add?=<query want add list> instead of form input. might easiar, think of.

look @ http input node in post mode, function read in form values, can store in global context generating interestingitems page using mustache template.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -